Boost.UI
User Interface Boost library
|
Go to the documentation of this file.
8 #ifndef BOOST_UI_GROUP_BOX_HPP
9 #define BOOST_UI_GROUP_BOX_HPP
13 #ifdef BOOST_HAS_PRAGMA_ONCE
33 { create(parent, title); }
39 detail_impl* get_impl();
40 const detail_impl* get_impl()
const;
46 #endif // BOOST_UI_GROUP_BOX_HPP
Helper class to convert string between UI and application logic only.
Definition: string.hpp:49
Widget that groups other widgets using a frame and a title.
Definition: group_box.hpp:26
Boost C++ libraries namespace.
Definition: window.hpp:19
group_box(widget &parent, const uistring &title=uistring())
Creates group box widget.
Definition: group_box.hpp:32