diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-05-09 20:50:33 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-05-09 20:50:33 (GMT) |
commit | 71c5035aac2580da0a2644e9f047364affbe44eb (patch) | |
tree | 198f2cca300e44588c33a51d42e7d130232b91fd /macosx/tkMacOSXDefault.h | |
parent | 6b305ada3d3a68c00bc6ddaf163ae327f1c44e05 (diff) | |
download | tk-71c5035aac2580da0a2644e9f047364affbe44eb.zip tk-71c5035aac2580da0a2644e9f047364affbe44eb.tar.gz tk-71c5035aac2580da0a2644e9f047364affbe44eb.tar.bz2 |
François Vogel review (thanks!). Streamline UNIX defaults with MAC/WIN defaults.
Diffstat (limited to 'macosx/tkMacOSXDefault.h')
-rw-r--r-- | macosx/tkMacOSXDefault.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/macosx/tkMacOSXDefault.h b/macosx/tkMacOSXDefault.h index c6d998c..f965d22 100644 --- a/macosx/tkMacOSXDefault.h +++ b/macosx/tkMacOSXDefault.h @@ -191,8 +191,6 @@ #define DEF_ENTRY_INSERT_ON_TIME "600" #define DEF_ENTRY_INSERT_WIDTH "1" #define DEF_ENTRY_JUSTIFY "left" -#define DEF_ENTRY_PLACEHOLDER "" -#define DEF_ENTRY_PLACEHOLDERFG "#b3b3b3" #define DEF_ENTRY_READONLY_BG_COLOR NORMAL_BG #define DEF_ENTRY_READONLY_BG_MONO WHITE #define DEF_ENTRY_RELIEF "sunken" @@ -313,7 +311,6 @@ #define DEF_MENU_ACTIVE_BORDER_WIDTH "0" #define DEF_MENU_ACTIVE_FG_COLOR "systemMenuActiveText" #define DEF_MENU_ACTIVE_FG_MONO WHITE -#define DEF_MENU_ACTIVE_RELIEF "flat" #define DEF_MENU_BG_COLOR "systemMenu" #define DEF_MENU_BG_MONO WHITE #define DEF_MENU_BORDER_WIDTH "0" |