On Tue, 2008-04-22 at 23:14 +, BJörn Lindqvist wrote:
> 2008/4/22 amol <[EMAIL PROTECTED]>:
> >
> > Hi
> > I have a TreeView with two columns one pixbuf and one text.
> > when i have large text in text column the height of text column never
> > increase beyond height of pixbuf.
>
> This w
How do I use a in a UI file with GtkBuilder? I can't set "id" on
the popup... do I have to get the GtkUIManager and get the popup menu
widget from that?
--
- Micah Carrick
Developer - http://www.micahcarrick.com
GTK+ Forums - http://www.gtkforums.com
_
Andreas Stricker schrieb:
> Micah Carrick schrieb:
> I would prefer the later one. The first one can easily lead to errors,
> especially if the glib allocators don't use libc malloc implementation
> sometime.
I should have looked at a recent glib documentation, where it is
clearly defined that the
Micah Carrick schrieb:
> When I am working with a structure from this library, I should be using
> those same functions on those structures right? Because *my* parts of my
> application (elsewhere) are using the g_ functions.
I won't mix them, depending on circumstance, see below.
> For exa
Hi,
What I need to do, is to make a bar with scrolling text inside it (like
the bars with stock prices on tv).
I've tried two methods, both of which are very slow. I've done it with
Canvas and with Cairo. Below follows code.
Did I do something wrong? Is there a way to make this code run faster?