PDA

View Full Version : PyGTK and Glade redirecting destroy-event



Mach1723
January 6th, 2010, 11:51 PM
i have a window that comes up more than once in my application and i want the close button to not destroy the window but simply hide it (i.e window.hide()) how would i do this with PyGTK and glade?

I have read about the gtk destroy-event but dont really know how to disable it.

worseisworser
January 7th, 2010, 07:50 AM
Check out what's being said in the "More on Signals and Callbacks" section here; http://developer.gnome.org/doc/GGAD/cha-gtk.html .. (hint: return value of your event handling callback).