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