Home | Libraries | People | FAQ | More |
boost::ui::hyperlink — Widget that displays static text which links to an URL.
// In header: <boost/ui/hyperlink.hpp> class hyperlink : public boost::ui::widget { public: // construct/copy/destruct explicit hyperlink(widget &, const uistring &, const uistring &); hyperlink(); };