Nana C++ Library. Reference for users.
What we need to use nana
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
nana::widgets::skeletons::text_editor_scheme Struct Reference
Inheritance diagram for nana::widgets::skeletons::text_editor_scheme:
nana::widget_geometrics

Public Attributes

color_proxy selection { static_cast<color_rgb>(0x3399FF) }
 
color_proxy selection_unfocused { static_cast<color_rgb>(0xF0F0F0) }
 
color_proxy selection_text {colors::white}
 
parameters::mouse_wheel mouse_wheel
 The number of lines/characters to scroll when the vertical/horizontal mouse wheel is moved. More...
 
- Public Attributes inherited from nana::widget_geometrics
color_proxy activated { static_cast<color_rgb>(0x60C8FD) }
 
color_proxy background {colors::button_face}
 
color_proxy foreground {colors::black}
 

Additional Inherited Members

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

Member Data Documentation

parameters::mouse_wheel nana::widgets::skeletons::text_editor_scheme::mouse_wheel

The number of lines/characters to scroll when the vertical/horizontal mouse wheel is moved.

color_proxy nana::widgets::skeletons::text_editor_scheme::selection { static_cast<color_rgb>(0x3399FF) }
color_proxy nana::widgets::skeletons::text_editor_scheme::selection_text {colors::white}
color_proxy nana::widgets::skeletons::text_editor_scheme::selection_unfocused { static_cast<color_rgb>(0xF0F0F0) }