]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/notebook/test.h
cursor reflects focus change
[wxWidgets.git] / samples / notebook / test.h
index 719948f708fd28613f4b01a46c78c6f8d2b69d09..f9f482ecf8c97554996138b542046bc196d97d8f 100644 (file)
@@ -20,7 +20,7 @@ public:
 
     wxButton*   m_okButton;
     wxButton*   m_cancelButton;
-    wxButton*   m_helpButton;
+    wxButton*   m_addPageButton;
 };
 
 DECLARE_APP(MyApp)
@@ -49,6 +49,8 @@ public:
 
     void OnOK(wxCommandEvent& event);
     void OnCloseWindow(wxCloseEvent& event);
+    void OnAddPage(wxCommandEvent& event);
+    void OnDeletePage(wxCommandEvent& event);
     void OnSize(wxSizeEvent& event);
     void Init(void);
 protected:
@@ -76,4 +78,6 @@ DECLARE_EVENT_TABLE()
 #define TEST_TAB_AARDVARK   12
 
 #define ID_NOTEBOOK         1000
+#define ID_ADD_PAGE         1200
+#define ID_DELETE_PAGE      1201