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