"Tian" <[EMAIL PROTECTED]> ha scritto nel messaggio
news:[EMAIL PROTECTED]
> 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.


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to