Nana C++ Library. Reference for users.
What we need to use nana
|
Public Member Functions | |
arg_tabbar_click (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 | mid_button = false |
true if mouse left button is pressed More... | |
bool | right_button = false |
true if mouse right button is pressed More... | |
Public Attributes inherited from nana::arg_tabbar< T > | |
tabbar< T > & | widget |
T & | value |
std::size_t | item_pos |
position of the item More... | |
|
inline |
bool nana::arg_tabbar_click< T >::mid_button = false |
true if mouse left button is pressed
true if mouse middle button is pressed
bool nana::arg_tabbar_click< T >::right_button = false |
true if mouse right button is pressed