summaryrefslogtreecommitdiffstats
path: root/doc/entry.n
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2018-05-01 14:45:01 (GMT)
committerfvogel <fvogelnew1@free.fr>2018-05-01 14:45:01 (GMT)
commit66083defaf2c141d7782e9e24b2206fa862818e1 (patch)
tree3e60cbeb935de8e772d31f798a8fbc66bbc34454 /doc/entry.n
parent22dde55e50b064132e67a1f9206786d9ab2c3869 (diff)
downloadtk-66083defaf2c141d7782e9e24b2206fa862818e1.zip
tk-66083defaf2c141d7782e9e24b2206fa862818e1.tar.gz
tk-66083defaf2c141d7782e9e24b2206fa862818e1.tar.bz2
Documentation for -placeholder and -placeholderforeground options, from René Zaumseil. Does not compile and needs further work.
Diffstat (limited to 'doc/entry.n')
-rw-r--r--doc/entry.n8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/entry.n b/doc/entry.n
index 40b45c7..7e52327 100644
--- a/doc/entry.n
+++ b/doc/entry.n
@@ -36,6 +36,14 @@ Specifies a script to eval when \fB\-validatecommand\fR returns 0.
Setting it to {} disables this feature (the default). The best use
of this option is to set it to \fIbell\fR. See \fBVALIDATION\fR
below for more information.
+.OP \-placeholder placeHolder PlaceHolder
+Specifies an help text to display if no text is otherwise displayed.
+The displayed text will be displayed using the \fB\-font\fR and
+\fB\-justify\fR options.
+.OP \-placeholderforeground placeholderForeground PlaceholderForeground
+Specifies the foreground color to use when the placeholder text is displayed.
+If this option is the empty string, the normal placeholder foreground color
+is used.
.OP \-readonlybackground readonlyBackground ReadonlyBackground
Specifies the background color to use when the entry is readonly. If
this option is the empty string, the normal background color is used.