Questions about wxPython...

Oliver Albrecht 550283447739 at t-online.de
Sat May 28 08:16:47 EDT 2005


Helmutt schrieb:
> Whats the name of the event that occur when I press the
> exit/cross-button on the frame?
> How do I connect a function with that event?

Hi,
I try just to begin the same.
I found this in the docu.

wxApp::OnExit
http://wxwidgets.org/manuals/2.5.3/wx_wxapp.html#wxapponexit

wxWindow::Close http://www.wxpython.org/docs/api/wx.Window-class.html#Close

wxCloseEvent
http://www.wxpython.org/docs/api/wx.CloseEvent-class.html



More information about the Python-list mailing list