Boost.UI
User Interface Boost library
|
Go to the documentation of this file.
8 #ifndef BOOST_UI_IMAGE_WIDGET_HPP
9 #define BOOST_UI_IMAGE_WIDGET_HPP
13 #ifdef BOOST_HAS_PRAGMA_ONCE
34 { init(); create(parent); }
40 { init(); create(parent, img); }
54 detail_impl* get_impl();
55 const detail_impl* get_impl()
const;
61 #endif // BOOST_UI_IMAGE_WIDGET_HPP
Boost C++ libraries namespace.
Definition: window.hpp:19
Image class.
Definition: image.hpp:28