diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-11-16 10:56:25 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-11-16 10:56:25 (GMT) |
commit | a9827f93eadc2978316098553e09406dae1f5520 (patch) | |
tree | 4c40167ca8b673d38459b4478944b8bc60cc4a7f /win/tkWinDefault.h | |
parent | bc52b8485678245b43a48cec01756c05b11fc17d (diff) | |
download | tk-a9827f93eadc2978316098553e09406dae1f5520.zip tk-a9827f93eadc2978316098553e09406dae1f5520.tar.gz tk-a9827f93eadc2978316098553e09406dae1f5520.tar.bz2 |
Add DEF_LABEL_FG for all platforms, not only MacOS. Backport some type-casts from 8.7
Diffstat (limited to 'win/tkWinDefault.h')
-rw-r--r-- | win/tkWinDefault.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/tkWinDefault.h b/win/tkWinDefault.h index 852de02..b03cbd7 100644 --- a/win/tkWinDefault.h +++ b/win/tkWinDefault.h @@ -59,6 +59,7 @@ #define DEF_BUTTON_DEFAULT "disabled" #define DEF_BUTTON_DISABLED_FG_COLOR DISABLED #define DEF_BUTTON_DISABLED_FG_MONO "" +#define DEF_LABEL_FG NORMAL_FG #define DEF_BUTTON_FG NORMAL_FG #define DEF_CHKRAD_FG TEXT_FG #define DEF_BUTTON_FONT "TkDefaultFont" |