]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/mdi/mdi.h
Don't use bitmap by default.
[wxWidgets.git] / samples / mdi / mdi.h
index cea871baf832bb8aeb40e15abd417076136ec828..3f6b15f51f16ee19a931624912e019f264ebefbd 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#include <wx/toolbar.h>
+#include "wx/toolbar.h"
 
 // Define a new application
 class MyApp : public wxApp
 
 // Define a new application
 class MyApp : public wxApp
@@ -64,12 +64,15 @@ public:
     void OnActivate(wxActivateEvent& event);
 
     void OnRefresh(wxCommandEvent& event);
     void OnActivate(wxActivateEvent& event);
 
     void OnRefresh(wxCommandEvent& event);
+    void OnUpdateRefresh(wxUpdateUIEvent& event);
     void OnChangeTitle(wxCommandEvent& event);
     void OnChangeTitle(wxCommandEvent& event);
+    void OnChangePosition(wxCommandEvent& event);
+    void OnChangeSize(wxCommandEvent& event);
     void OnQuit(wxCommandEvent& event);
     void OnQuit(wxCommandEvent& event);
+    void OnSize(wxSizeEvent& event);
+    void OnMove(wxMoveEvent& event);
     void OnClose(wxCloseEvent& event);
 
     void OnClose(wxCloseEvent& event);
 
-    void OnUpdateRefresh(wxUpdateUIEvent& event);
-
     DECLARE_EVENT_TABLE()
 };
 
     DECLARE_EVENT_TABLE()
 };
 
@@ -80,6 +83,8 @@ enum
     MDI_NEW_WINDOW,
     MDI_REFRESH,
     MDI_CHANGE_TITLE,
     MDI_NEW_WINDOW,
     MDI_REFRESH,
     MDI_CHANGE_TITLE,
+    MDI_CHANGE_POSITION,
+    MDI_CHANGE_SIZE,
     MDI_CHILD_QUIT,
     MDI_ABOUT
 };
     MDI_CHILD_QUIT,
     MDI_ABOUT
 };