virtual void SetMenuBar(wxMenuBar *pMenuBar);
#endif // wxUSE_MENUS
- virtual bool ProcessEvent(wxEvent& event);
-
virtual wxGenericMDIClientWindow *OnCreateGenericClient();
void OnWindowMenu(wxCommandEvent& event);
#endif // wxUSE_MENUS
+ virtual bool ProcessEvent(wxEvent& event);
+
void OnClose(wxCloseEvent& event);
// return the client window, may be NULL if we hadn't been created yet