diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2019-05-16 21:27:17 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2019-05-16 21:27:17 (GMT) |
commit | dcfcc6e1dbf1f90747815817b6a6260155006348 (patch) | |
tree | 7728f503588a26d721f4159c86dded0694f93524 /unix/tkUnixDefault.h | |
parent | 285992e32a2df5121fca7469492f9ea2b82bfcad (diff) | |
parent | b238cea01980a48d55ed642fcb9bb387bbee4993 (diff) | |
download | tk-dcfcc6e1dbf1f90747815817b6a6260155006348.zip tk-dcfcc6e1dbf1f90747815817b6a6260155006348.tar.gz tk-dcfcc6e1dbf1f90747815817b6a6260155006348.tar.bz2 |
merge trunk
Diffstat (limited to 'unix/tkUnixDefault.h')
-rw-r--r-- | unix/tkUnixDefault.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/unix/tkUnixDefault.h b/unix/tkUnixDefault.h index 6153d21..9941bde 100644 --- a/unix/tkUnixDefault.h +++ b/unix/tkUnixDefault.h @@ -31,8 +31,7 @@ #define ACTIVE_BG "#ececec" #define SELECT_BG "#c3c3c3" #define TROUGH "#b3b3b3" -#define CHECK_INDICATOR WHITE -#define MENU_INDICATOR BLACK +#define INDICATOR WHITE #define DISABLED "#a3a3a3" /* @@ -79,7 +78,7 @@ #define DEF_LABCHKRAD_RELIEF "flat" #define DEF_BUTTON_REPEAT_DELAY "0" #define DEF_BUTTON_REPEAT_INTERVAL "0" -#define DEF_BUTTON_SELECT_COLOR CHECK_INDICATOR +#define DEF_BUTTON_SELECT_COLOR INDICATOR #define DEF_BUTTON_SELECT_MONO BLACK #define DEF_BUTTON_SELECT_IMAGE NULL #define DEF_BUTTON_STATE "normal" @@ -289,7 +288,7 @@ #define DEF_MENU_FG BLACK #define DEF_MENU_POST_COMMAND "" #define DEF_MENU_RELIEF "raised" -#define DEF_MENU_SELECT_COLOR MENU_INDICATOR +#define DEF_MENU_SELECT_COLOR BLACK #define DEF_MENU_SELECT_MONO BLACK #define DEF_MENU_TAKE_FOCUS "0" #define DEF_MENU_TEAROFF "0" |