Class XbpStatusBarPanel() Foundation
Class function of the XbpStatusBarPanel class
Instances of the XbpStatusBarPanel class are used to interact with the panel objects that make up an XbpStatusBar object. The life cycle of XbpStatusBarPanel objects is closely tied to that of their encompassing statusbar object. Panel objects cannot exist on their own but are implicitly created when adding a panel to an XbpStatusBar object.
An Xbase++ application interacts with a StatusbarPanel object when it needs to manipulate the properties of an area in a status bar object. Both the methodsXbpStatusBar:addItem() and XbpStatusBar:getItem() return a reference to an XbpStatusBarPanel object. By assigning values to the panel object's instance variables, the application can control the message and/or image displayed by the statusbar panel, for example.
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.