]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/notebook.h
Added wxFrame::SetStatusBar
[wxWidgets.git] / include / wx / gtk / notebook.h
index 1f8148d18cd33c3d97c800c8b92c37bb74356583..ddb9ea01a31c1cc2677753abb8dce5717ebecd26 100644 (file)
@@ -153,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()
 };
 
 // ----------------------------------------------------------------------------
@@ -175,7 +174,7 @@ typedef void (wxEvtHandler::*wxNotebookEventFunction)(wxNotebookEvent&);
 
 #define EVT_NOTEBOOK_PAGE_CHANGING(id, fn)                                  \
   {                                                                         \
-    wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING, \                                 \
+    wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING,                                   \
     id,                                                                     \
     -1,                                                                     \
     (wxObjectEventFunction)(wxEventFunction)(wxNotebookEventFunction) &fn,  \