Re: Questions about wxPython...

2005-05-28 Thread Oliver Albrecht
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 wxWin

Questions about wxPython...

2005-05-27 Thread Helmutt
Hi all! I'm trying to learn myself wxPython, and I got some questions: 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? How do I start a new process of the same program I'm running? I do not want to create a new fr