diff options
author | fvogel <fvogelnew1@free.fr> | 2016-02-09 21:41:37 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-02-09 21:41:37 (GMT) |
commit | ecdc7dbb08227389f593c55a3b769a4e1ec9c8aa (patch) | |
tree | fa20a8182cdc72c26f455c3152551e9b39558bc9 | |
parent | 62609c21da13af24e1df10132bdb5effc1d3ea7a (diff) | |
download | tk-ecdc7dbb08227389f593c55a3b769a4e1ec9c8aa.zip tk-ecdc7dbb08227389f593c55a3b769a4e1ec9c8aa.tar.gz tk-ecdc7dbb08227389f593c55a3b769a4e1ec9c8aa.tar.bz2 |
-underlinefg tag configuration option: documentation
-rw-r--r-- | doc/text.n | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -589,6 +589,14 @@ unspecified for the tag (the default). \fIBoolean\fR specifies whether or not to draw an underline underneath characters. It may have any of the forms accepted by \fBTcl_GetBoolean\fR. .TP +.TP +\fB\-underlinefg \fIcolor\fR +. +\fIColor\fR specifies the color to use when displaying the underline. It may +have any of the forms accepted by \fBTk_GetColor\fR. If \fIcolor\fR has not +been specified, or if it is specified as an empty string, then the color +specified by the \fB\-foreground\fR tag option is used. +.TP \fB\-wrap \fImode\fR . \fIMode\fR specifies how to handle lines that are wider than the text's |