how to disable window close button in OSX using wxpython?

Posted by nur on Stack Overflow See other posts from Stack Overflow or by nur
Published on 2009-06-28T11:03:51Z Indexed on 2010/04/14 2:03 UTC
Read the original article Hit count: 367

Filed under:
|

i am working on an application for osx using wxpython. I want to minimize window to dockbar when user clicks on the window close button so that it can be restored from the dockbar. How can i do that? Currently i am having problem restoring window because it gets destroyed when user clicks on the close button. how can i prevent that?

Thanks in advance

© Stack Overflow or respective owner

Related posts about osx

Related posts about wxpython