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

a higher level event argument than just mouse down More...

Inheritance diagram for nana::arg_click:
nana::event_arg

Public Attributes

::nana::window window_handle
 A handle to the event window. More...
 
const arg_mousemouse_args {}
 If it is not null, it refers to the mouse arguments for click event emitted by mouse, nullptr otherwise. More...
 

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

a higher level event argument than just mouse down

Examples:
calculator.cpp, clicked.cpp, framework_design_1.cpp, modal_form.cpp, and MontiHall.cpp.

Member Data Documentation

const arg_mouse* nana::arg_click::mouse_args {}

If it is not null, it refers to the mouse arguments for click event emitted by mouse, nullptr otherwise.

::nana::window nana::arg_click::window_handle

A handle to the event window.

Examples:
calculator.cpp, framework_design_1.cpp, modal_form.cpp, and MontiHall.cpp.