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

a type of treebox event parameter More...

Inheritance diagram for nana::arg_treebox:
nana::event_arg

Public Member Functions

 arg_treebox (treebox &, drawerbase::treebox::item_proxy &, bool operated)
 
- 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

treeboxwidget
 where the event occurs More...
 
drawerbase::treebox::item_proxyitem
 the operated node More...
 
bool operated
 operation state of the event More...
 

Detailed Description

a type of treebox event parameter

Examples:
file_explorer.cpp, folder_tree_nana.cpp, folder_tree_std.cpp, widget_show.cpp, and widget_show2.cpp.

Constructor & Destructor Documentation

nana::arg_treebox::arg_treebox ( treebox wdg,
drawerbase::treebox::item_proxy m,
bool  operated 
)

Member Data Documentation

bool nana::arg_treebox::operated
treebox& nana::arg_treebox::widget

where the event occurs

Examples:
widget_show.cpp, and widget_show2.cpp.