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

Public Member Functions

 arg_tabbar_removed (tabbar< T > &wdg, T &v, std::size_t p)
 
- Public Member Functions inherited from nana::arg_tabbar< T >
 arg_tabbar (tabbar< T > &wdg, T &v, std::size_t p)
 
- 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

bool close_attach_window = true
 determines whether to remove the item More...
 
- Public Attributes inherited from nana::arg_tabbar< T >
tabbar< T > & widget
 
T & value
 
std::size_t item_pos
 position of the item More...
 

Constructor & Destructor Documentation

template<typename T >
nana::arg_tabbar_removed< T >::arg_tabbar_removed ( tabbar< T > &  wdg,
T &  v,
std::size_t  p 
)
inline

Member Data Documentation

template<typename T >
bool nana::arg_tabbar_removed< T >::close_attach_window = true
mutable

determines whether to remove the item

determines whether to close the attached window. It is ignored if remove is false