]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/ribbon/toolbar.h
synchronize GTK2 minimum version in docs
[wxWidgets.git] / include / wx / ribbon / toolbar.h
index a31f5aef4839c264e6a40e307376e28d39c8440e..da6c2624b7eb985d20db71f0509dca857f82f2b9 100644 (file)
@@ -155,6 +155,9 @@ public:
     virtual void EnableTool(int tool_id, bool enable = true);
     virtual void ToggleTool(int tool_id, bool checked);
 
+    // Finds the best width and height given the parent's width and height
+    virtual wxSize GetBestSizeForParentSize(const wxSize& parentSize) const;
+
 protected:
     friend class wxRibbonToolBarEvent;
     virtual wxSize DoGetBestSize() const;