Re: Issue with gtk+ 2.8.15 for win32



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.



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