Home | Libraries | People | FAQ | More |
boost::ui::layout::item — Layout item with arrangement parameters.
// In header: <boost/ui/layout.hpp> // Layout item with arrangement parameters. class item { public: // construct/copy/destruct item(); item(const widget &); item(const box_layout &); ~item(); // public member functions item & no_margin(); item & stretch(int = 1); };
item
public
construct/copy/destructitem();
item(const widget & w);Constructs widget item.
item(const box_layout & l);Constructs layout item.
~item();