Home | Libraries | People | FAQ | More |
boost::ui::panel — Widget that hosts other widgets.
// In header: <boost/ui/panel.hpp> class panel : public boost::ui::widget { public: // construct/copy/destruct explicit panel(panel &); explicit panel(widget &); panel(); };