![]() |
libxputty 0.1
|
XColor_t - the Widget_t Color struct XColor_t could be used for theming you Widget_t set. More...
#include <xcolor.h>

Data Fields | |
| Colors | normal |
| Colors | prelight |
| Colors | selected |
| Colors | active |
| Colors | insensitive |
XColor_t - the Widget_t Color struct XColor_t could be used for theming you Widget_t set.
| Colors active |
Definition at line 109 of file xcolor.h.
Referenced by _draw_combobox_menu(), _draw_listview(), _draw_multi_listview(), get_color_scheme(), set_dark_theme(), and set_light_theme().
| Colors insensitive |
Definition at line 110 of file xcolor.h.
Referenced by get_color_scheme(), set_dark_theme(), and set_light_theme().
| Colors normal |
Definition at line 106 of file xcolor.h.
Referenced by _draw_combobox_menu(), _draw_listview(), _draw_multi_listview(), get_color_scheme(), set_dark_theme(), and set_light_theme().
| Colors prelight |
Definition at line 107 of file xcolor.h.
Referenced by get_color_scheme(), set_dark_theme(), and set_light_theme().
| Colors selected |
Definition at line 108 of file xcolor.h.
Referenced by get_color_scheme(), set_dark_theme(), and set_light_theme().