From: Robin Dunn Date: Mon, 6 Feb 2006 20:43:56 +0000 (+0000) Subject: ShrinkMode --> FitToCurrentPage X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c3f93e04f50bd24dd9eb78173461aef928d469f9 ShrinkMode --> FitToCurrentPage git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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