Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class hbox

boost::ui::hbox — Horizontal box layout.

Synopsis

// In header: <boost/ui/layout.hpp>


class hbox : public boost::ui::box_layout {
public:
  // construct/copy/destruct
  hbox();
  explicit hbox(widget &);
};

Description

hbox public construct/copy/destruct

  1. hbox();
  2. explicit hbox(widget & parent);
    Constructs and sets layout to the widget.

PrevUpHomeNext