diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-08-14 10:31:13 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-08-14 10:31:13 (GMT) |
commit | 5586adc5a179b62eb9f3cd1c260e8fda97f85c2f (patch) | |
tree | 6ce0aa41c914ba6f748a3e2b180235c18ba19762 /unix/tkUnixDefault.h | |
parent | 2d6759a4618296bfc20e81d7ea42082d81e07000 (diff) | |
download | tk-5586adc5a179b62eb9f3cd1c260e8fda97f85c2f.zip tk-5586adc5a179b62eb9f3cd1c260e8fda97f85c2f.tar.gz tk-5586adc5a179b62eb9f3cd1c260e8fda97f85c2f.tar.bz2 |
TIP#109 implementation - checkbuttons and radiobuttons now look better.
Diffstat (limited to 'unix/tkUnixDefault.h')
-rw-r--r-- | unix/tkUnixDefault.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/unix/tkUnixDefault.h b/unix/tkUnixDefault.h index db8ba93..84f6672 100644 --- a/unix/tkUnixDefault.h +++ b/unix/tkUnixDefault.h @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixDefault.h,v 1.17 2003/05/31 18:32:21 jenglish Exp $ + * RCS: @(#) $Id: tkUnixDefault.h,v 1.18 2003/08/14 10:31:14 dkf Exp $ */ #ifndef _TKUNIXDEFAULT @@ -33,7 +33,8 @@ #define ACTIVE_BG "#ececec" #define SELECT_BG "#c3c3c3" #define TROUGH "#c3c3c3" -#define INDICATOR "#b03060" +#define CHECK_INDICATOR WHITE +#define MENU_INDICATOR BLACK #define DISABLED "#a3a3a3" /* @@ -96,7 +97,7 @@ #define DEF_LABCHKRAD_RELIEF "flat" #define DEF_BUTTON_REPEAT_DELAY "0" #define DEF_BUTTON_REPEAT_INTERVAL "0" -#define DEF_BUTTON_SELECT_COLOR INDICATOR +#define DEF_BUTTON_SELECT_COLOR CHECK_INDICATOR #define DEF_BUTTON_SELECT_MONO BLACK #define DEF_BUTTON_SELECT_IMAGE (char *) NULL #define DEF_BUTTON_STATE "normal" @@ -300,7 +301,7 @@ #define DEF_MENU_FG BLACK #define DEF_MENU_POST_COMMAND "" #define DEF_MENU_RELIEF "raised" -#define DEF_MENU_SELECT_COLOR INDICATOR +#define DEF_MENU_SELECT_COLOR MENU_INDICATOR #define DEF_MENU_SELECT_MONO BLACK #define DEF_MENU_TAKE_FOCUS "0" #define DEF_MENU_TEAROFF "1" |