Home | Libraries | People | FAQ | More |
boost::ui::vbox — Vertical box layout.
// In header: <boost/ui/layout.hpp> class vbox : public boost::ui::box_layout { public: // construct/copy/destruct vbox(); explicit vbox(widget &); };
vbox
public
construct/copy/destructvbox();
explicit vbox(widget & parent);Constructs and sets layout to the widget.