Re: [gtk-list] Re: Window destroying!



> Oops:
> 
> Gtk-WARNING **: gtk_signal_connect(): could not find signal "destroyed" in
> the `GtkWindow' class ancestry

Opps, yeah. It should have been destroy.

> 
> So I just connected the "destroy" signal twice! The 2nd time with the call
> above with "destroy" instead of "destroyed". All seems well now!
> 
> Is it really a good idea to connect the same twice?
> 
There's nothing wrong with it. You just have to make sure you connect to them in
the correct order (ie, don't connect the gtk_widget_destroyed one first).

ain



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