X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/960615f41009ac62e99f833afbec10d96bd2d2f9..e62b7692622880d48b62f555c1e356883232956c:/include/wx/ribbon/page.h diff --git a/include/wx/ribbon/page.h b/include/wx/ribbon/page.h index 6fc54ac2ed..33a961412f 100644 --- a/include/wx/ribbon/page.h +++ b/include/wx/ribbon/page.h @@ -4,7 +4,6 @@ // Author: Peter Cawley // Modified by: // Created: 2009-05-25 -// RCS-ID: $Id$ // Copyright: (C) Peter Cawley // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -56,11 +55,14 @@ public: virtual bool Layout(); virtual bool ScrollLines(int lines); bool ScrollPixels(int pixels); + bool ScrollSections(int sections); wxOrientation GetMajorAxis() const; virtual void RemoveChild(wxWindowBase *child); + void HideIfExpanded(); + protected: virtual wxSize DoGetBestSize() const; virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }