diff options
author | fvogel <fvogelnew1@free.fr> | 2016-02-09 21:36:41 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-02-09 21:36:41 (GMT) |
commit | 196fc0f4ea980dfeed790a1c2f5e4cae7077c0b4 (patch) | |
tree | 636bd26a5e4043c339f2ea27d6e7d80f5fc898db /doc | |
parent | da061a037670e4bc29f960a349403aac50cd915c (diff) | |
download | tk-196fc0f4ea980dfeed790a1c2f5e4cae7077c0b4.zip tk-196fc0f4ea980dfeed790a1c2f5e4cae7077c0b4.tar.gz tk-196fc0f4ea980dfeed790a1c2f5e4cae7077c0b4.tar.bz2 |
-selectfgstipple tag configuration option: documentation (+ polished doc of the previously developed new tag options)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/text.n | 20 |
1 files changed, 14 insertions, 6 deletions
@@ -518,10 +518,10 @@ margin for each line on the display is determined by the first non-elided character of that display line. .TP \fB\-selectbackground \fIcolor\fR -\fIcolor\fR specifies the background color to use when displaying selected +\fIColor\fR specifies the background color to use when displaying selected items. 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\-background\fR tag option is +string, then the color specified by the \fB\-background\fR tag option is used. .TP \fB\-selectbgstipple \fIbitmap\fR @@ -529,14 +529,22 @@ used. \fIBitmap\fR specifies a bitmap that is used as a stipple pattern for the selected background. It may have any of the forms accepted by \fBTk_GetBitmap\fR. If \fIbitmap\fR has not been specified, or if it is -specified as an empty string, then the \fIbitmap\fR specified by -'''-bgstipple''' will be used for the background. +specified as an empty string, then the bitmap specified by +\fB\-bgstipple\fR will be used for the background. +.TP +\fB\-selectfgstipple \fIbitmap\fR +. +\fIBitmap\fR specifies a bitmap that is used as a stipple pattern when drawing +selected text and other foreground information such as underlines. It may have any of +the forms accepted by \fBTk_GetBitmap\fR. If \fIbitmap\fR has not been +specified, or if it is specified as an empty string, then the bitmap specified by +\fB\-fgstipple\fR will be used. .TP \fB\-selectforeground \fIcolor\fR -\fIcolor\fR specifies the foreground color to use when displaying selected +\fIColor\fR specifies the foreground color to use when displaying selected items. 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 +string, then the color specified by the \fB\-foreground\fR tag option is used. .TP \fB\-spacing1 \fIpixels\fR |