On Thu, 2007-05-24 at 23:07 +0800, 小多 wrote:
> Without toplevel():
> GLib-GObject-WARNING **: gsignal.c:1669: signal `destroy' is invalid for
> instance `0x8444a28'

GObject is trying to tell you that GdkWindow instances do not have a
"destroy" signal; the "destroy" signal is available for GtkObjects - so
you need a GtkWindow, not a GdkWindow.

ciao,
 Emmanuele.

-- 
Emmanuele Bassi,  E: [EMAIL PROTECTED]
W: http://www.emmanuelebassi.net
B: http://log.emmanuelebassi.net

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to