Return value from wxPython Frame

Posted by Mridang Agarwalla on Stack Overflow See other posts from Stack Overflow or by Mridang Agarwalla
Published on 2010-05-22T18:27:28Z Indexed on 2010/05/22 18:30 UTC
Read the original article Hit count: 245

Filed under:
|

Hi,

Could someone show me how I could return a value from a wxPython Frame? When the use clicks close, I popup a message dialog asking him a question. I would like to return the return code of this message dialog to my calling function.

Thanks

© Stack Overflow or respective owner

Related posts about python

Related posts about wxpython