X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d9bb35f77fee3d428b13dc200dbf8ba7edf8f4e..bc50a2ae95f2ab36b16ceedc7902a9cbfb2f70ea:/wxPython/src/_notebook.i diff --git a/wxPython/src/_notebook.i b/wxPython/src/_notebook.i index 8912ca94ce..b87ca2a0ab 100644 --- a/wxPython/src/_notebook.i +++ b/wxPython/src/_notebook.i @@ -107,8 +107,8 @@ public: 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