]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_notebook.i
added semicolons after wxCHECK()s (part of patch 1450705)
[wxWidgets.git] / wxPython / src / _notebook.i
index 8912ca94ce8eccba4b63e9cc25b7235cc2b8960b..26b9486eed48014e19f95bb731cc78f4478892d5 100644 (file)
@@ -100,15 +100,15 @@ public:
 
 
     // get/set size of area between book control area and page area
-    unsigned int GetInternalBorder() const;
-    void SetInternalBorder(unsigned int internalBorder);
+    size_t GetInternalBorder() const;
+    void SetInternalBorder(size_t internalBorder);
 
     // returns true if we have wxCHB_TOP or wxCHB_BOTTOM style
     bool IsVertical() const;
 
     // set/get option to shrink to fit current page
-    void SetShrinkMode(bool shrink);
-    bool GetShrinkMode() const;
+    void SetFitToCurrentPage(bool fit);
+    bool GetFitToCurrentPage() const;
 
 
     // remove one page from the control and delete it