]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/notebook.h
Implemented wxScreenDC the hard way
[wxWidgets.git] / include / wx / gtk / notebook.h
index a30a9d6ba0c7ce5520d77d014d3b2773cb79251e..ddb9ea01a31c1cc2677753abb8dce5717ebecd26 100644 (file)
@@ -153,7 +153,7 @@ 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)
 };
@@ -174,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,  \