Home | Libraries | People | FAQ | More |
boost::ui::native_widget — Widget that wraps previously created native widget.
// In header: <boost/ui/widget.hpp> class native_widget : public boost::ui::widget { public: // construct/copy/destruct explicit native_widget(native_handle_type); };