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/options.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/options.n')
-rw-r--r-- | doc/options.n | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/options.n b/doc/options.n index 738a1c6..ec4884e 100644 --- a/doc/options.n +++ b/doc/options.n @@ -221,6 +221,14 @@ internal space above and/or below what it displays inside. Most widgets only use this option for padding text: if they are displaying a bitmap or image, then they usually ignore padding options. +.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. +.OP \-placeholderforeground placeholderForeground PlaceholderForeground +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 \-relief relief Relief Specifies the 3-D effect desired for the widget. Acceptable values are \fBraised\fR, \fBsunken\fR, \fBflat\fR, \fBridge\fR, |