[Gtk-sharp-list] FW: Form.DestroyEvent

Mike Kestner mkestner@speakeasy.net
Fri, 24 Oct 2003 12:11:15 -0500


Hi Jason,

On Fri, 2003-10-24 at 09:47, Jason King wrote:

> > When I try to close my form by pushing a close button, I have to subscribe
> > to Destroyed instead of DestroyEvent in order catch the form being
> > destroyed.

DestroyEvent is emited when an X Destroy event is sent to the widget. 
Calling Destroy on a widget causes the Destroyed signal to propogate.
Two different animals, although similarly named.

-- 
Mike Kestner <mkestner@speakeasy.net>