Re: Bugs in Gtk+/Glib-1.2.4




robert_gasch@peoplesoft.com writes:

> Hmm, while I'm not sure what the problem is, I am having a similar 
> issue with Gtk+ 1.2.4 (1.2.3 works OK) in that a window which has 
> always worked OK for me, now all of a sudden materializes with 
> an almost invisible size (something like 5x5 pixels or so) ... I will 
> dive into my code tonight to try and figure this out but since we're 
> both experiencing size problems, it may be related (but then again 
> you get actual Gtk warnings while my Gtk remains silent) ... if/when I 
> come up with a solution to this, I'll let you know ...

GTK+-1.2.4 is known buggy with toplevel resizing. We
hope to have a trial patch out for fixing this today.

Generally, what triggers it is calling gtk_widget_show() on
a window before you finish packing it. Which is not
a good thing to do in any case, since that is going
to cause the window to appear at one size then resize
to another size.

Regards,
                                        Owen



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]