After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 113888 - configure event not handled
configure event not handled
Status: RESOLVED NOTABUG
Product: libglade
Classification: Deprecated
Component: general
2.0.x
Other Linux
: Normal major
: ---
Assigned To: James Henstridge
James Henstridge
Depends on:
Blocks:
 
 
Reported: 2003-05-28 09:59 UTC by Martyn Russell
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4



Description Martyn Russell 2003-05-28 09:59:39 UTC
I am setting up the drawingarea demo (as seen in the gtk-demo) using glade
instead.

One of the things that is most important to its operation, is the configure
event must be handled when the window is created (upon gtk_widget_show_all).  

This does not occur unless I set the window to be hidden, and then use
glade_xml_signal_autoconnect(), followed by gtk_widget_show_all().

The reason for this is that glade_xml_signal_autoconnect() occurs AFTER the
glade_xml_new() function call.  

Could this be fixed OR could there be a function like
glade_xml_new_with_signal_autoconnect()?
Comment 1 James Henstridge 2004-11-08 11:31:59 UTC
Leaving the toplevel window hidden in the glade file is probably the right
solution here.

Alternatively, just do the required additional configuration.
Comment 2 James Henstridge 2004-12-07 09:09:32 UTC
marking as NOTABUG