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