Home | Libraries | People | FAQ | More |
boost::ui::password_box — Password editor widget.
// In header: <boost/ui/text_box.hpp> class password_box : public boost::ui::text_box_base { public: // construct/copy/destruct explicit password_box(widget &, const uistring & = uistring()); password_box(); };