14 #ifndef T3_WIDGET_COLORSCHEME_H
15 #define T3_WIDGET_COLORSCHEME_H
17 #ifndef _T3_WIDGET_INTERNAL
18 #error This header file is for internal use _only_!!
21 #include <t3window/window.h>
23 #include <t3widget/widget_api.h>
24 #include <t3widget/util.h>
32 t3_attr_t text_selection_cursor;
33 t3_attr_t text_selection_cursor2;
35 t3_attr_t text_cursor;
37 t3_attr_t text_selected;
39 t3_attr_t hotkey_highlight;
42 t3_attr_t dialog_selected;
43 t3_attr_t button_selected;
46 t3_attr_t menubar_selected;
57 T3_WIDGET_LOCAL
void init_attributes(
void);