GNOME Bugzilla – Bug 113888
configure event not handled
Last modified: 2004-12-22 21:47:04 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()?
Leaving the toplevel window hidden in the glade file is probably the right solution here. Alternatively, just do the required additional configuration.
marking as NOTABUG