Re: [java-gnome-hackers] Motion event and eventmask
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2009-05-23 01:17:00
|
On Wed, 2009-05-20 at 09:16 +0000, Vreixo Formoso Lopes wrote: > for example, to VisibilityNotify signal before adding the widget to a > parent container, we will get an ugly Gtk-Critical. There are quite a few things in GTK that don't work if you do them in the wrong order, and not having a child in a parent comes up quite a bit. Maybe we just have to tell people to make sure they pack their child into a parent before connecting to this signal? AfC Sydney |