Home | Libraries | People | FAQ | More |
boost::ui::web_widget — Widget that renders HTML.
// In header: <boost/ui/web_widget.hpp> class web_widget : public boost::ui::widget { public: // construct/copy/destruct explicit web_widget(widget &); web_widget(); // public member functions web_widget & html(const uistring &); web_widget & load(const uistring &); // private member functions detail_impl * get_impl(); };
See Also:
Web browser engine (Wikipedia)
See Also:
web_widget
public
construct/copy/destructexplicit web_widget(widget & parent);Creates
web_widget
widget. web_widget();
web_widget
public member functionsweb_widget & html(const uistring & html);Sets HTML content.
See Also:
web_widget & load(const uistring & url);Loads content from the URL.
See Also:
Uniform resource locator (Wikipedia)