Return value from wxPython Frame
- by Mridang Agarwalla
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