How close program in the wxPython?

Fabio Pliger fabio.pliger at siavr.it
Mon May 2 18:16:26 EDT 2005


"Tian" <wangtianthu at gmail.com> ha scritto nel messaggio
news:1115056835.472334.163220 at z14g2000cwz.googlegroups.com...
> I have made a program in wxpython, but how could i exit the program? I
> am using wxFrame for my window, what is the function to close the
> program?
>
> Thanks!!
>

Wich version of wx? You cannot exit the program clicking "x" in the top
right of the win?
TO exit you can also bind the EVT_CLOSE event.....

F.P.





More information about the Python-list mailing list