X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d2824cdb7f6ac2371fefd3d44eff62bb48ebc0a3..f2b099261f9e46d65f1fbcfd2a35aa816d5a2818:/include/wx/generic/mdig.h?ds=sidebyside diff --git a/include/wx/generic/mdig.h b/include/wx/generic/mdig.h index d21366b3c5..a710c3f03b 100644 --- a/include/wx/generic/mdig.h +++ b/include/wx/generic/mdig.h @@ -78,8 +78,6 @@ public: virtual void SetMenuBar(wxMenuBar *pMenuBar); #endif // wxUSE_MENUS - virtual bool ProcessEvent(wxEvent& event); - virtual wxGenericMDIClientWindow *OnCreateGenericClient(); @@ -112,6 +110,8 @@ private: 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 @@ -172,7 +172,7 @@ public: 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