]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/notebook.h
Add GetPageText to MSW IE and to GTK WebKit. Add stub for OSX and document.
[wxWidgets.git] / include / wx / univ / notebook.h
index 246627c80bb146c5f08f17eb391f7fbbc0e04f67..7fa65423be6d81a7e765e7c379bb3b9521ae2ef4 100644 (file)
@@ -201,10 +201,10 @@ protected:
     wxSize GetSizeForPage(const wxSize& size) const;
 
     // scroll the tabs so that the first page shown becomes the given one
-    void ScrollTo(int page);
+    void ScrollTo(size_t page);
 
     // scroll the tabs so that the first page shown becomes the given one
-    void ScrollLastTo(int page);
+    void ScrollLastTo(size_t page);
 
     // the pages titles
     wxArrayString m_titles;