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
virtual wxString GetTitle() const { return m_title; }
virtual void SetTitle(const wxString& title);
- virtual bool TryParent(wxEvent& event);
+ virtual bool TryAfter(wxEvent& event);
// implementation only from now on