Nana C++ Library. Reference for users.
What we need to use nana
|
The event parameter type for listbox's category_dbl_click. More...
Public Member Functions | |
arg_listbox_category (const drawerbase::listbox::cat_proxy &) noexcept | |
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 | |
drawerbase::listbox::cat_proxy | category |
bool | block_operation { false } |
A flag that indicates whether or not to block expansion/shrink of category when it is double clicked. More... | |
The event parameter type for listbox's category_dbl_click.
|
noexcept |
|
mutable |
A flag that indicates whether or not to block expansion/shrink of category when it is double clicked.
drawerbase::listbox::cat_proxy nana::arg_listbox_category::category |