Nana C++ Library. Reference for users.
What we need to use nana
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
nana::drawerbase::scroll::scroll_events Struct Reference
Inheritance diagram for nana::drawerbase::scroll::scroll_events:
nana::general_events

Public Attributes

basic_event< arg_scroll > value_changed
 
- Public Attributes inherited from nana::general_events
basic_event< arg_mouse > mouse_enter
 the cursor enters the window More...
 
basic_event< arg_mouse > mouse_move
 the cursor moves on the window More...
 
basic_event< arg_mouse > mouse_leave
 the cursor leaves the window More...
 
basic_event< arg_mouse > mouse_down
 the user presses the mouse button More...
 
basic_event< arg_mouse > mouse_up
 the user presses the mouse button More...
 
basic_event< arg_click > click
 the window is clicked, but occurs after mouse_down and before mouse_up More...
 
basic_event< arg_mouse > dbl_click
 the window is double clicked More...
 
basic_event< arg_wheel > mouse_wheel
 the mouse wheel rotates while the window has focus More...
 
basic_event< arg_dropfiles > mouse_dropfiles
 the mouse drops some external data while the window enable accepting files More...
 
basic_event< arg_expose > expose
 the visibility changes More...
 
basic_event< arg_focus > focus
 the window receives or loses keyboard focus More...
 
basic_event< arg_keyboard > key_press
 a key is pressed while the window has focus. event code is event_code::key_press More...
 
basic_event< arg_keyboard > key_release
 a key is released while the window has focus. event code is event_code::key_release More...
 
basic_event< arg_keyboard > key_char
 a character, whitespace or backspace is pressed. event code is event_code::key_char More...
 
basic_event< arg_keyboard > shortkey
 a defined short key is pressed. event code is event_code::shortkey More...
 
basic_event< arg_move > move
 the window changes position More...
 
basic_event< arg_resizing > resizing
 the window is changing its size More...
 
basic_event< arg_resized > resized
 the window is changing its size More...
 
basic_event< arg_destroy > destroy
 the window is destroyed, but occurs when all children have been destroyed More...
 

Additional Inherited Members

- Public Member Functions inherited from nana::general_events
virtual ~general_events ()=default
 

Member Data Documentation

basic_event<arg_scroll> nana::drawerbase::scroll::scroll_events::value_changed