ShrinkMode --> FitToCurrentPage

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-02-06 20:43:56 +00:00
parent 3e63c3158d
commit c3f93e04f5

View 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