summaryrefslogtreecommitdiffstats
path: root/doc/text.n
diff options
context:
space:
mode:
authorfvogel <fvogel@noemail.net>2016-02-10 22:53:51 (GMT)
committerfvogel <fvogel@noemail.net>2016-02-10 22:53:51 (GMT)
commitd400c90789c6f2b5cee34e9b2fa08196ec8e5fda (patch)
tree5f498f713e4658f60d70b8f21a1840a1c47d0b95 /doc/text.n
parente57c24ae659434333159c93f7d746cd9bd5efdd3 (diff)
downloadtk-d400c90789c6f2b5cee34e9b2fa08196ec8e5fda.zip
tk-d400c90789c6f2b5cee34e9b2fa08196ec8e5fda.tar.gz
tk-d400c90789c6f2b5cee34e9b2fa08196ec8e5fda.tar.bz2
-rmargincolor tag configuration option: documentation
FossilOrigin-Name: e60ec9fe91c75576c3be1965e1a4a4c52c8858fd
Diffstat (limited to 'doc/text.n')
-rw-r--r--doc/text.n8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/text.n b/doc/text.n
index 1e6dbc2..84ad710 100644
--- a/doc/text.n
+++ b/doc/text.n
@@ -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