2005/9/27, Gary Herron <[EMAIL PROTECTED]>: > I tried to catch the "destroy" event and just hide() the window, but it > still comes back empty.
Try to catch the "delete-event" signal first, if you return True the window won't be destroyed. cheers -- Gian Mario Tagliaretti PyGTK GUI programming http://www.parafernalia.org/pygtk/ _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
