Re: problem with GtkTreeView!

2006-10-21 Thread Philippe Bertin
Line 133 should read GList *glist = NULL; instead of just GList *glist; gdb can do wonders in such cases, pal ! But this is a beautiful example for demonstrating libglade, and for testing internationalization, so thanks anyway :) Kind regards, PhB leeo wrote: > I am so sorry to forge

Memory Usage

2006-10-21 Thread Andre Messerschmidt
Hi, I having some problems with GTK+ 2.10.3 using DirectFB on a MIPS platform. When I create a window (nothing in there, just for testing) and destroy it later, around 60k of memory remain allocated. I read in the FAQ that it is normal for GTK+ to cache certain memory and that this should be ok

Re: Detecting a resize

2006-10-21 Thread Richard Boaz
Hi David, thanks for that, but can you further elucidate? do you know why is this so? in that, how was it decided that a GtkDrawingArea would auto-create these events for itself while a GtkImage widget does not? and am i missing something in the documentation? how could one, from the doc

Re: Detecting a resize

2006-10-21 Thread Yeti
On Sat, Oct 21, 2006 at 08:00:46AM +0200, Richard Boaz wrote: > > On Fri, 2006-10-20 at 22:24 +0200, Hans Oesterholt-Dijkema wrote: > >> Well, I don't get configure events on: > >> > >> GtkHBox > >> GtkEventBox > >> GtkScrolledWindow > >> GtkImage. > >> > >> So that doesn't work. > > > > correct. c