RE: catching destroy signal



Plus instead of hide all, why not use the function:

   gtk_window_hide_on_delete(window);

Martyn

-----Original Message-----
From: Havoc Pennington [mailto:hp redhat com] 
Sent: 27 February 2002 00:32
To: broc stirton amd com
Cc: gtk-app-devel-list gnome org
Subject: Re: catching destroy signal


broc stirton amd com writes:
I am trying to catch the destroy signal that the top-level window
gets from the window manager.  I am using:

You want to connect to delete_event and return TRUE, stopping destroy
is not possible (or at least not a good idea).

Havoc
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list



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