summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2018-02-11 15:38:42 (GMT)
committerfvogel <fvogelnew1@free.fr>2018-02-11 15:38:42 (GMT)
commit35f98b8f64462572fc77302fc2a20c6839a85812 (patch)
treea13505c53a07ceae892c0acc357a515e6709eb54 /win
parentb2dea4680bc627bf06704c4f47645749f57c3f2e (diff)
downloadtk-35f98b8f64462572fc77302fc2a20c6839a85812.zip
tk-35f98b8f64462572fc77302fc2a20c6839a85812.tar.gz
tk-35f98b8f64462572fc77302fc2a20c6839a85812.tar.bz2
tk::entry: Moved defines where they belong to, reordered options to follow alphabetical order, and miscellaneous cosmetic changes.
Diffstat (limited to 'win')
-rw-r--r--win/tkWinDefault.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/tkWinDefault.h b/win/tkWinDefault.h
index f389075..7e6a5c1 100644
--- a/win/tkWinDefault.h
+++ b/win/tkWinDefault.h
@@ -157,6 +157,8 @@
#define DEF_ENTRY_INSERT_ON_TIME "600"
#define DEF_ENTRY_INSERT_WIDTH "2"
#define DEF_ENTRY_JUSTIFY "left"
+#define DEF_ENTRY_PLACEHOLDER ""
+#define DEF_ENTRY_PLACEHOLDERFG "#b3b3b3"
#define DEF_ENTRY_READONLY_BG_COLOR "SystemButtonFace"
#define DEF_ENTRY_READONLY_BG_MONO WHITE
#define DEF_ENTRY_RELIEF "sunken"