Re: Height of text row in TreeView

2008-05-26 Thread amol
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

GtkBuilder and popup menus

2008-05-26 Thread Micah Carrick
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 _

Re: Mixing of memory allocation methods with application

2008-05-26 Thread Andreas Stricker
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

Re: Mixing of memory allocation methods with application

2008-05-26 Thread Andreas Stricker
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

Scrolling text in Gtk

2008-05-26 Thread Tuvok
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?