Nana C++ Library. Reference for users.
What we need to use nana
|
Public Member Functions | |
arg_tabbar_adding (tabbar< T > &wdg, 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 | |
tabbar< T > & | widget |
bool | add = true |
determines whether to add the item More... | |
std::size_t | where |
position where to add the item More... | |
|
inline |
|
mutable |
determines whether to add the item
std::size_t nana::arg_tabbar_adding< T >::where |
position where to add the item
tabbar<T>& nana::arg_tabbar_adding< T >::widget |