I want to save the contents of wxTextControl widget in a file duing the
abnormal exit[SIGSEV, SIGINT, SIGKILL] of the GUI application.
How can i goabout it?
if i map action handler for signals, inside the action handler i cudn't get
the refernce to the frame object.
do i need to have a globle variable which is pointing to the frame object.