diff options
author | fvogel <fvogelnew1@free.fr> | 2016-02-10 22:53:51 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-02-10 22:53:51 (GMT) |
commit | 8f511c765e83351d579cd979acca4716c8d12a9d (patch) | |
tree | 5f498f713e4658f60d70b8f21a1840a1c47d0b95 /doc | |
parent | 1a644790652ad4a2ac88f72002c07da5bdc50330 (diff) | |
download | tk-8f511c765e83351d579cd979acca4716c8d12a9d.zip tk-8f511c765e83351d579cd979acca4716c8d12a9d.tar.gz tk-8f511c765e83351d579cd979acca4716c8d12a9d.tar.bz2 |
-rmargincolor tag configuration option: documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/text.n | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -533,6 +533,14 @@ 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\-rmargincolor \fIcolor\fR +. +\fIColor\fR specifies the background color to use in regions that do not +contain characters because they are indented by \fB\-rmargin1\fR. 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 widget option is used. +.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 |