X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8d3d5f067a7be01be3e8c81355883e2b2a23c0a5..017dc06b502c041c112a3948e6c5f65000a86d94:/interface/wx/ribbon/panel.h?ds=sidebyside diff --git a/interface/wx/ribbon/panel.h b/interface/wx/ribbon/panel.h index fd455fe32a..0f91684637 100644 --- a/interface/wx/ribbon/panel.h +++ b/interface/wx/ribbon/panel.h @@ -45,6 +45,12 @@ minimises. @style{wxRIBBON_PANEL_STRETCH} Stretches a single panel to fit the parent page. + @style{wxRIBBON_PANEL_FLEXIBLE} + Allows the panel to size in both directions; currently only useful + when a single wxRibbonToolBar is the child of the panel, particularly + in vertical orientation where the number of rows is dependent on the + amount of horizontal space available. Set the minimum and maximum + toolbar rows to take full advantage of this wrapping behaviour. @endStyleTable @library{wxribbon}