Home | Libraries | People | FAQ | More |
boost::ui::label — Widget that displays static text.
// In header: <boost/ui/label.hpp> class label : public boost::ui::widget { public: // construct/copy/destruct explicit label(widget &, const uistring & = uistring()); explicit label(const uistring &); label(); // public member functions void clear(); label & text(const uistring &); uistring text() const; // private member functions void init(); detail_impl * get_impl(); const detail_impl * get_impl() const; };