Gtk window resize is broken
Tor Lillqvist <[email protected]> Wed, 22 Jan 2003 01:22:58 +0000
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
The configure_event callback should be of type gboolean, and return
FALSE in order for the default handler (which repaints) to be invoked,
too.
This is documented, although I cannot find it on the web right now
(www.gtk.org down or something).
From the docs included in the sources:
The "configure-event" signal
gboolean user_function (GtkWidget *widget,
GdkEventConfigure *event,
gpointer user_data);
widget : the object which received the signal.
event :
user_data : user data set when the signal handler was connected.
Returns : TRUE to stop other handlers from being invoked for the
event. FALSE to propagate the event further.
--tml
To Post a message, send it to: [email protected]
To Unsubscribe, send a blank message to: [email protected]
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/