X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d2824cdb7f6ac2371fefd3d44eff62bb48ebc0a3..a721fd82b7ca8c97048453d4aaff559e8f741d69:/include/wx/generic/mdig.h?ds=inline diff --git a/include/wx/generic/mdig.h b/include/wx/generic/mdig.h index d21366b3c5..46708ed6fc 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