GNOME Bugzilla – Bug 60266
When you add widgets to GtkFixed sometimes they don't show up.
Last modified: 2004-12-22 21:47:04 UTC
I'm using gtk_fixed_put (fixed, widget, x, y) in a button_press_event callback connected to the fixed. Tested with a GtkButton and a GtkLabel. Sometimes the widget is added but not visible, if i add a few more widgets i shows up. Seems to be random. Using cvs HEAD minus a few days. The exact same code works in 1.2. I also tested with pygtk1 & 2.
Created attachment 5078 [details] Test case
*** This bug has been marked as a duplicate of 60623 ***