Hello, In my application python/gtk, I want to inhibate the item "close" from the standard menu available in all windows (bottom up of the window) and that allows actions as : minimize, maximise, ... close. If it is not possible to do that, which signal may I connect to be wake up ?
I've found the signal "delete-event" to catch the "close" action, but it is required to connect it for each windows that is a little bit heavy for my Application. Thanks for your help -- View this message in context: http://www.nabble.com/inhibate-menu-of-window-manager-tp20319426p20319426.html Sent from the Gtk+ - Python mailing list archive at Nabble.com. _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
