Hi, I am experimenting with pygtk and I have a lot of desired functinality already.
I do have a file selection dialog box that works as I would like (GtkFileSelection, the dlog is hidden after OK or CANCEL clicked) but the widget is destroyed if the user clicks the "x" icon at the top of the window (the one that destroys the window). I tried catching the "on_fileselection1_destroy" signal but to no avail. Is there a way of catching this and then simply calling the hide() function for the dialog? tia -- Luc Lefebvre In the beginner's mind there are many possibilities, in the expert's mind there are few. <Shunryu Suzuki> Key fingerprint = D2E5 5E35 B910 6F4E 0242 EC63 0FD9 96D0 C7F4 784E _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
