On Fri, Mar 24, 2006 at 09:11:26PM -0600, Nickolai Dobrynin wrote:
> 1.  Use "destroy" rather than "destroy_event" as the second argument to your
>      call.  "destroy" is a signal rather than an event.

That was confusing.

"destroy-event" (note the use of underscores was deprecated)
is a signal too.  Some signals are emitted as a consequence
of events, others are emitted on other occasions, but that
does not make the former less signalish.

The reason why callbacks connected to "destroy-event" are
almost always useless is different:
http://developer.gnome.org/doc/API/2.0/gtk/GtkWidget.html#GtkWidget-destroy-event

Yeti


--
That's enough.
_______________________________________________
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