Boost.UI
User Interface Boost library
Public Types | Public Member Functions | List of all members
boost::ui::status_bar Class Reference

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_bartext (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.
 

Detailed Description

Status bar class.

Default constructor is a private member, so use boost::ui::frame::status_bar() to create this class instance

See also
Status bar (Wikipedia)

The documentation for this class was generated from the following file: