X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d9bb35f77fee3d428b13dc200dbf8ba7edf8f4e..637b7e4f3a0fd1c6bdfc21d28e37bcf760e3b364:/wxPython/src/_notebook.i diff --git a/wxPython/src/_notebook.i b/wxPython/src/_notebook.i index 8912ca94ce..26b9486eed 100644 --- a/wxPython/src/_notebook.i +++ b/wxPython/src/_notebook.i @@ -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