]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/notebook.h
"const" added to wxAccelTable ctor
[wxWidgets.git] / include / wx / gtk1 / notebook.h
index 035520de8fe15ce5cc18ec0127bcf29c8dd333aa..097101d094083c8f66bf20542fe57e5fece5f727 100644 (file)
@@ -139,9 +139,6 @@ public:
 
   // implementation
   // --------------
-    // callbacks
-  void OnSize(wxSizeEvent&);
-
     // base class virtuals
   virtual void AddChild(wxWindow *child);
   virtual void SetConstraintSizes(bool recurse);
@@ -156,10 +153,9 @@ private:
 
   wxImageList*    m_imageList;
   wxList          m_pages;
-  uint            m_idHandler; // the change page handler id
+  size_t            m_idHandler; // the change page handler id
 
   DECLARE_DYNAMIC_CLASS(wxNotebook)
-  DECLARE_EVENT_TABLE()
 };
 
 // ----------------------------------------------------------------------------