|
Boost.UI
User Interface Boost library
|
Status bar class. More...
Public Types | |
| typedef void * | native_handle_type |
| Implementation-defined status bar type. | |
Public Member Functions | |
| status_bar (const status_bar &other) | |
| Copy constructor. | |
| status_bar & | text (const uistring &text) |
| Sets text into the status bar. | |
| uistring | text () const |
| Returns text from the status bar. | |
| native_handle_type | native_handle () |
| Returns the implementation-defined underlying status bar handle. | |
| const native_handle_type | native_handle () const |
| Returns the implementation-defined underlying status bar handle. | |
Status bar class.
Default constructor is a private member, so use boost::ui::frame::status_bar() to create this class instance