diff options
author | fvogel <fvogel@noemail.net> | 2016-02-09 21:29:50 (GMT) |
---|---|---|
committer | fvogel <fvogel@noemail.net> | 2016-02-09 21:29:50 (GMT) |
commit | 0c40af0d5d43f3686344ed053221f26fcccf3ab2 (patch) | |
tree | ecf59f5dd2cc0389245e41ac1e3ec81f3cadaaaf /doc | |
parent | da5c5244973fabb94c1e83239402d8a670b56d0b (diff) | |
download | tk-0c40af0d5d43f3686344ed053221f26fcccf3ab2.zip tk-0c40af0d5d43f3686344ed053221f26fcccf3ab2.tar.gz tk-0c40af0d5d43f3686344ed053221f26fcccf3ab2.tar.bz2 |
-selectforeground tag configuration option: documentation
FossilOrigin-Name: 0aa97efd1e51f8c403b83853d8e6221f1ef85e05
Diffstat (limited to 'doc')
-rw-r--r-- | doc/text.n | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -524,6 +524,13 @@ items. It may have any of the forms accepted by \fBTk_GetColor\fR. If string, then the color specified by the fB\-background\fR tag option is used. .TP +\fB\-selectforeground \fIcolor\fR +\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 +used. +.TP \fB\-spacing1 \fIpixels\fR . \fIPixels\fR specifies how much additional space should be left above each |