PDA

View Full Version : Do Gtk widgets receive "configure-event" signal?



TheHimself
August 10th, 2010, 05:28 PM
I mean for a widget which is not a Gtk window. In Gdk reference manual it is stated that Gtk discards this event signal for child windows.
The widget in my program doesn't receive any such signals even though I've enabled all events for it.


I want to be able to do an adjustment to the widget when the Gtk window it belongs to (and therefore the widget) is resized.

TheHimself
August 12th, 2010, 09:43 AM
Any Gtk programmers here?