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

Public Attributes

::nana::window window_handle
 A handle to the event window. More...
 
bool cancel
 

Additional Inherited Members

- 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
 

Detailed Description

Member Data Documentation

bool nana::arg_unload::cancel
mutable
::nana::window nana::arg_unload::window_handle

A handle to the event window.

Examples:
mbox.cpp.