]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/ribbon/bar.h
synchronize GTK2 minimum version in docs
[wxWidgets.git] / include / wx / ribbon / bar.h
index a1cb1c2d6da7020233d9ec633390615918e3658f..99d0ef50d009a1f10c9bb9265b78ba0c8a095120 100644 (file)
@@ -113,8 +113,12 @@ public:
     bool SetActivePage(wxRibbonPage* page);
     int GetActivePage() const;
     wxRibbonPage* GetPage(int n);
+    size_t GetPageCount() const;
     bool DismissExpandedPanel();
 
+    void DeletePage(size_t n);
+    void ClearPages();
+
     void ShowPanels(bool show = true);
     void HidePanels() { ShowPanels(false); }
     bool ArePanelsShown() const { return m_arePanelsShown; }