Boost.UI
User Interface Boost library
|
Go to the documentation of this file.
8 #ifndef BOOST_UI_STATUS_BAR_HPP
9 #define BOOST_UI_STATUS_BAR_HPP
13 #ifdef BOOST_HAS_PRAGMA_ONCE
30 void create(
widget& parent);
63 #endif // BOOST_UI_STATUS_BAR_HPP
Helper class to convert string between UI and application logic only.
Definition: string.hpp:49
void * native_handle_type
Implementation-defined status bar type.
Definition: status_bar.hpp:44
Boost C++ libraries namespace.
Definition: window.hpp:19
Status bar class.
Definition: status_bar.hpp:27
Top level widget that hosts other widgets and supports menu bar.
Definition: frame.hpp:31
const native_handle_type native_handle() const
Returns the implementation-defined underlying status bar handle.
Definition: status_bar.hpp:48
native_handle_type native_handle()
Returns the implementation-defined underlying status bar handle.
Definition: status_bar.hpp:47