diff options
author | fvogel <fvogelnew1@free.fr> | 2018-05-01 15:34:29 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-05-01 15:34:29 (GMT) |
commit | 54fd694bcc952fde173ef86cbdcd204c5f6fcca3 (patch) | |
tree | 3e6a48dcf649fd378d2811a2df2f0d06c0eabab6 /doc/entry.n | |
parent | 66083defaf2c141d7782e9e24b2206fa862818e1 (diff) | |
download | tk-54fd694bcc952fde173ef86cbdcd204c5f6fcca3.zip tk-54fd694bcc952fde173ef86cbdcd204c5f6fcca3.tar.gz tk-54fd694bcc952fde173ef86cbdcd204c5f6fcca3.tar.bz2 |
Improved documentation for tip-496. Compiles, but there is still an issue regarding cross-linking to ttk_entry.n
Diffstat (limited to 'doc/entry.n')
-rw-r--r-- | doc/entry.n | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/entry.n b/doc/entry.n index 7e52327..4557936 100644 --- a/doc/entry.n +++ b/doc/entry.n @@ -37,12 +37,12 @@ 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. +Specifies a help text string to display if no text is otherwise displayed, +that is when the widget is empty. The placeholder text is displayed using +the values of 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 +Specifies the foreground color to use when the placeholder text is +displayed. If this option is the empty string, the default color gray70 is used. .OP \-readonlybackground readonlyBackground ReadonlyBackground Specifies the background color to use when the entry is readonly. If |