Nana C++ Library. Reference for users.
What we need to use nana
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
nana::arg_checkbox Struct Reference
Inheritance diagram for nana::arg_checkbox:
nana::event_arg

Public Member Functions

 arg_checkbox (checkbox *wdg)
 
- Public Member Functions inherited from nana::event_arg
virtual ~event_arg ()=default
 
void stop_propagation () const
 ignorable handlers behind the current one in a chain of event handlers will not get called. More...
 
bool propagation_stopped () const
 

Public Attributes

checkbox *const widget
 

Detailed Description

Examples:
widget_show2.cpp.

Constructor & Destructor Documentation

nana::arg_checkbox::arg_checkbox ( checkbox wdg)
inline

Member Data Documentation

checkbox* const nana::arg_checkbox::widget
Examples:
widget_show2.cpp.