X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3e63c3158d155f845b893d73315daa6adcd8d3d0..c3f93e04f50bd24dd9eb78173461aef928d469f9:/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