From c3f93e04f50bd24dd9eb78173461aef928d469f9 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 6 Feb 2006 20:43:56 +0000 Subject: [PATCH] ShrinkMode --> FitToCurrentPage git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_notebook.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.0