nana::widget
Defined in header <nana/gui.hpp>
class widget;
A widget is a term of Nana that represents a UI element, such as button, label and so on.
The class widget is a very basic abstract base class for widgets. It defines some basic methods to accessing the widget object.
Member functions
Manipulators
See also