Member variable XbpStatusBarPanel():minWidth Foundation

Specifies the minimum width of an XbpStatusBarPanel object.

Attribute: EXPORTED
Data type: Numeric (0)
Description

The instance variable :minWidth contains a numeric value with the minimum width of the status bar panel object. Together with the instance variable :autosize, :minWidth can be used to control the way a statusbar panel reacts to resize operations performed on its container. If an XbpStatusBar instance is resized, the widths of status bar panels that have the value XBPSTATUSBAR_AUTOSIZE_SPRING assigned to their :autosize instance variable are recomputed. If a panel is resized during this operation, it will not be made smaller than the value specified in its :minWidth instance variable.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.