]> git.saurik.com Git - wxWidgets.git/commitdiff
ShrinkMode --> FitToCurrentPage
authorRobin Dunn <robin@alldunn.com>
Mon, 6 Feb 2006 20:43:56 +0000 (20:43 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 6 Feb 2006 20:43:56 +0000 (20:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_notebook.i

index 8912ca94ce8eccba4b63e9cc25b7235cc2b8960b..b87ca2a0ab36a3767df73cfbd36aa1f3adb78f5e 100644 (file)
@@ -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