diff options
author | fvogel <fvogel@noemail.net> | 2016-02-09 21:44:48 (GMT) |
---|---|---|
committer | fvogel <fvogel@noemail.net> | 2016-02-09 21:44:48 (GMT) |
commit | fee1298f47d1adbd332b04658ae34f42678f34db (patch) | |
tree | 64f3a9bc8f9d279e929f95ce7af139987c1e4d8d /doc/text.n | |
parent | 97eb3611a87a60821ed0108bf79c683bd35629b2 (diff) | |
download | tk-fee1298f47d1adbd332b04658ae34f42678f34db.zip tk-fee1298f47d1adbd332b04658ae34f42678f34db.tar.gz tk-fee1298f47d1adbd332b04658ae34f42678f34db.tar.bz2 |
-overstrikefg tag configuration option: documentation
FossilOrigin-Name: ba83ac9884bba4c04b4799ccdaa3a085d765a187
Diffstat (limited to 'doc/text.n')
-rw-r--r-- | doc/text.n | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -500,6 +500,13 @@ Specifies whether or not to draw a horizontal rule through the middle of characters. \fIBoolean\fR may have any of the forms accepted by \fBTcl_GetBoolean\fR. .TP +\fB\-overstrikefg \fIcolor\fR +. +\fIColor\fR specifies the color to use when displaying the overstrike. 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\-relief \fIrelief\fR . \fIRelief\fR specifies the relief style to use for drawing the border, in any @@ -589,7 +596,6 @@ 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 |