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

The event parameter type for listbox's category_dbl_click. More...

Inheritance diagram for nana::arg_listbox_category:
nana::event_arg

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...
 

Detailed Description

The event parameter type for listbox's category_dbl_click.

Constructor & Destructor Documentation

nana::arg_listbox_category::arg_listbox_category ( const drawerbase::listbox::cat_proxy cat)
noexcept

Member Data Documentation

bool nana::arg_listbox_category::block_operation { false }
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