X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3d8dea7e2e10502846e18189a8d894e27effdb23..8f91dda1b470e009808f641cccdaa9f1e50b2e8d:/samples/mdi/mdi.h?ds=sidebyside diff --git a/samples/mdi/mdi.h b/samples/mdi/mdi.h index cea871baf8..3f6b15f51f 100644 --- a/samples/mdi/mdi.h +++ b/samples/mdi/mdi.h @@ -9,7 +9,7 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -#include +#include "wx/toolbar.h" // Define a new application class MyApp : public wxApp @@ -64,12 +64,15 @@ public: void OnActivate(wxActivateEvent& event); void OnRefresh(wxCommandEvent& event); + void OnUpdateRefresh(wxUpdateUIEvent& event); void OnChangeTitle(wxCommandEvent& event); + void OnChangePosition(wxCommandEvent& event); + void OnChangeSize(wxCommandEvent& event); void OnQuit(wxCommandEvent& event); + void OnSize(wxSizeEvent& event); + void OnMove(wxMoveEvent& event); void OnClose(wxCloseEvent& event); - void OnUpdateRefresh(wxUpdateUIEvent& event); - DECLARE_EVENT_TABLE() }; @@ -80,6 +83,8 @@ enum MDI_NEW_WINDOW, MDI_REFRESH, MDI_CHANGE_TITLE, + MDI_CHANGE_POSITION, + MDI_CHANGE_SIZE, MDI_CHILD_QUIT, MDI_ABOUT };