MyFrame(wxFrame *frame);
virtual ~MyFrame();
- bool OnClose(void) { Show(FALSE); return TRUE; }
+ bool OnClose(void) { Show(false); return true; }
void OnLoad( wxCommandEvent& event );
void OnSave( wxCommandEvent& event );
DECLARE_EVENT_TABLE()
};
+#if wxUSE_STATLINE
/*
* Quick example of your own Separator class...
*/
int width, int height,
int sizeFlags = wxSIZE_AUTO);
};
+#endif // wxUSE_STATLINE
#endif