diff options
author | marc_culler <marc.culler@gmail.com> | 2021-11-01 18:47:06 (GMT) |
---|---|---|
committer | marc_culler <marc.culler@gmail.com> | 2021-11-01 18:47:06 (GMT) |
commit | 06ca271c828bc7df25dfba6698246b15def3a28e (patch) | |
tree | f4d5b7d358b4d8eaafc2220bafa90e3f772bcc91 /macosx | |
parent | 91132b91e16967b9558324c500fbbb724dbb47e1 (diff) | |
download | tk-06ca271c828bc7df25dfba6698246b15def3a28e.zip tk-06ca271c828bc7df25dfba6698246b15def3a28e.tar.gz tk-06ca271c828bc7df25dfba6698246b15def3a28e.tar.bz2 |
Allow labels and buttons to have different default foreground colors if DEF_LABEL_FG is defined.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXDefault.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/tkMacOSXDefault.h b/macosx/tkMacOSXDefault.h index e327b77..d7dbf8d 100644 --- a/macosx/tkMacOSXDefault.h +++ b/macosx/tkMacOSXDefault.h @@ -69,6 +69,7 @@ #define DEF_BUTTON_DISABLED_FG_COLOR DISABLED #define DEF_BUTTON_DISABLED_FG_MONO "" #define DEF_BUTTON_FG BLACK +#define DEF_LABEL_FG NORMAL_FG #define DEF_CHKRAD_FG DEF_BUTTON_FG #define DEF_BUTTON_FONT "TkDefaultFont" #define DEF_BUTTON_HEIGHT "0" |