Home | Libraries | People | FAQ | More |
boost::ui::hprogress_bar — Horizontal progress bar widget.
// In header: <boost/ui/progress_bar.hpp> class hprogress_bar : public boost::ui::progress_bar { public: // construct/copy/destruct explicit hprogress_bar(widget &, value_type = 0, value_type = 100); hprogress_bar(); };
hprogress_bar
public
construct/copy/destructexplicit hprogress_bar(widget & parent, value_type initial = 0, value_type max = 100);Creates horizontal progress bar.
Throws: |
std::out_of_range |
hprogress_bar();