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