diff options
author | fvogel <fvogelnew1@free.fr> | 2018-05-03 19:22:57 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-05-03 19:22:57 (GMT) |
commit | 84999167f896d64035a47e2ab3df9efaa7587d87 (patch) | |
tree | eec7dcf68bbccab40a6f7bba765ea0951552e0d1 /doc/ttk_entry.n | |
parent | 52935236490127f9c871a45a2cfbb55abb9d8ed3 (diff) | |
download | tk-84999167f896d64035a47e2ab3df9efaa7587d87.zip tk-84999167f896d64035a47e2ab3df9efaa7587d87.tar.gz tk-84999167f896d64035a47e2ab3df9efaa7587d87.tar.bz2 |
Organize differently documentation for -placeholder* options. These are promoted to the state of standard options, which resolves cross-linking issues with the html help maker.
Diffstat (limited to 'doc/ttk_entry.n')
-rw-r--r-- | doc/ttk_entry.n | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/ttk_entry.n b/doc/ttk_entry.n index 45b7804..8497a05 100644 --- a/doc/ttk_entry.n +++ b/doc/ttk_entry.n @@ -26,7 +26,7 @@ standard \fB\-xscrollcommand\fR option and \fBxview\fR widget command. \-class \-cursor \-font \-foreground \-style -\-takefocus \-xscrollcommand +\-takefocus \-xscrollcommand \-placeholder .SE .SH "WIDGET-SPECIFIC OPTIONS" .OP \-exportselection exportSelection ExportSelection @@ -44,12 +44,6 @@ See \fBVALIDATION\fR below for more information. .OP \-justify justify Justify Specifies how the text is aligned within the entry widget. One of \fBleft\fR, \fBcenter\fR, or \fBright\fR. -.OP \-placeholder placeHolder PlaceHolder -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. The foreground -color of the placeholder text can be changed using the -\fB\-placeholderforeground\fR style option. .\" MAYBE: .OP \-selectbackground selectBackground Foreground .\" MAYBE: .OP \-selectborderwidth selectBorderWidth BorderWidth .\" MAYBE: .OP \-selectforeground selectForeground Background |