]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/notebook.h
Added PushEventHandler, Pop...
[wxWidgets.git] / include / wx / gtk1 / notebook.h
index e423b69564a92670c934d7a716914153f8425288..a30a9d6ba0c7ce5520d77d014d3b2773cb79251e 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        tabctrl.h
-// Purpose:     wxTabCtrl class
+// Name:        notebook.h
+// Purpose:     wxNotebook class
 // Author:      Robert Roebling
 // Modified by:
 // RCS-ID:      $Id$
@@ -8,8 +8,8 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef __TABCTRLH__
-#define __TABCTRLH__
+#ifndef __NOTEBOOKH__
+#define __NOTEBOOKH__
 
 #ifdef __GNUG__
 #pragma interface "notebook.h"
@@ -139,9 +139,6 @@ public:
 
   // implementation
   // --------------
-    // callbacks
-  void OnSize(wxSizeEvent&);
-
     // base class virtuals
   virtual void AddChild(wxWindow *child);
   virtual void SetConstraintSizes(bool recurse);
@@ -159,7 +156,6 @@ private:
   uint            m_idHandler; // the change page handler id
 
   DECLARE_DYNAMIC_CLASS(wxNotebook)
-  DECLARE_EVENT_TABLE()
 };
 
 // ----------------------------------------------------------------------------
@@ -186,4 +182,4 @@ typedef void (wxEvtHandler::*wxNotebookEventFunction)(wxNotebookEvent&);
   },
 
 #endif
-    // __TABCTRLH__
+    // __NOTEBOOKH__