Home | Libraries | People | FAQ | More |
boost::ui::group_box — Widget that groups other widgets using a frame and a title.
// In header: <boost/ui/group_box.hpp> class group_box : public boost::ui::widget { public: // construct/copy/destruct explicit group_box(widget &, const uistring & = uistring()); group_box(); // private member functions detail_impl * get_impl(); const detail_impl * get_impl() const; };