Home | Libraries | People | FAQ | More |
boost::ui::check_box — Labelled widget that that permits the user to make a binary choice.
// In header: <boost/ui/check_box.hpp> class check_box : public boost::ui::check_box_base { public: // construct/copy/destruct explicit check_box(widget &, const uistring &); check_box(); };