Re: Capture GdkWindow event



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: ebassi gmail com
W: http://www.emmanuelebassi.net
B: http://log.emmanuelebassi.net




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]