diff options
author | fvogel <fvogel@noemail.net> | 2016-02-09 21:24:38 (GMT) |
---|---|---|
committer | fvogel <fvogel@noemail.net> | 2016-02-09 21:24:38 (GMT) |
commit | e82b487be9be78f6037f17b74927ab4893f8c438 (patch) | |
tree | 58da63c35e1a1d188ffc62b4193f863a962d70e1 /doc/text.n | |
parent | 8d2239a340e016a2701a73e8029890e2a227d9a4 (diff) | |
download | tk-e82b487be9be78f6037f17b74927ab4893f8c438.zip tk-e82b487be9be78f6037f17b74927ab4893f8c438.tar.gz tk-e82b487be9be78f6037f17b74927ab4893f8c438.tar.bz2 |
-selectbackground tag configuration option: documentation
FossilOrigin-Name: f78ca61c50580b303e6da7e52846c1e290682ad0
Diffstat (limited to 'doc/text.n')
-rw-r--r-- | doc/text.n | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -517,6 +517,13 @@ option is only used when wrapping is enabled. If a text line wraps, the right 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 +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 +used. +.TP \fB\-spacing1 \fIpixels\fR . \fIPixels\fR specifies how much additional space should be left above each |