On Wed, Jan 07, 2004 at 10:58:55AM -0500, Luc Lefebvre wrote:
> Interestingly this works for my "About" dialog, I trap the
> "on_dialog1_delete_event", hide the widget, and return gtk.TRUE. If
> I try the same trick with a FileDialog (ie. trapping
> "on_file_selection1_delete_event") clicking the "x" in the top right
> of the FileSelection window this event is not triggered (while it is
> in a conventional dialog box). I must be missing something, any
> insight would be appreciated...
Have you had a look at Malcom's description at:
http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq10.013.htp
-- ? It could be a matter of connecting to "response", but I don't know
enough about GTK+ 2.0 to be precise.
Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/