Boost.UI
User Interface Boost library
|
Go to the documentation of this file.
8 #ifndef BOOST_UI_FRAME_HPP
9 #define BOOST_UI_FRAME_HPP
13 #ifdef BOOST_HAS_PRAGMA_ONCE
52 detail_impl* get_impl();
58 #endif // BOOST_UI_FRAME_HPP
Helper class to convert string between UI and application logic only.
Definition: string.hpp:49
frame(const uistring &title)
Creates frame with the title.
Definition: frame.hpp:37
Boost C++ libraries namespace.
Definition: window.hpp:19
Status bar class.
Definition: status_bar.hpp:27
Abstract top level widget that hosts other widgets.
Definition: window.hpp:53
Top level widget that hosts other widgets and supports menu bar.
Definition: frame.hpp:31