summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2012-02-28 13:45:01 (GMT)
committerdkf <dkf@noemail.net>2012-02-28 13:45:01 (GMT)
commita645cb788c87e37c7128abd5ff5a04a61463ae5c (patch)
treedb6a5591204c41997c60fbe73046df3ef1d2162c /doc
parentd35b622cd0673d2cd2579942974aa71df9176c3a (diff)
downloadtk-a645cb788c87e37c7128abd5ff5a04a61463ae5c.zip
tk-a645cb788c87e37c7128abd5ff5a04a61463ae5c.tar.gz
tk-a645cb788c87e37c7128abd5ff5a04a61463ae5c.tar.bz2
[Bug 3495198]: Corrected types of canvas bitmap options.
FossilOrigin-Name: b585e983f8525a2c3768744b760f78b8bd6e508b
Diffstat (limited to 'doc')
-rw-r--r--doc/canvas.n8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/canvas.n b/doc/canvas.n
index 6a308a0..5ea3035 100644
--- a/doc/canvas.n
+++ b/doc/canvas.n
@@ -1246,9 +1246,9 @@ This option defaults to \fBcenter\fR.
.TP
\fB\-background \fIcolor\fR
.TP
-\fB\-activebackground \fIbitmap\fR
+\fB\-activebackground \fIcolor\fR
.TP
-\fB\-disabledbackground \fIbitmap\fR
+\fB\-disabledbackground \fIcolor\fR
Specifies the color to use for each of the bitmap's '0' valued pixels
in its normal, active and disabled states.
\fIColor\fR may have any of the forms accepted by \fBTk_GetColor\fR.
@@ -1267,9 +1267,9 @@ disabled states.
.TP
\fB\-foreground \fIcolor\fR
.TP
-\fB\-activeforeground \fIbitmap\fR
+\fB\-activeforeground \fIcolor\fR
.TP
-\fB\-disabledforeground \fIbitmap\fR
+\fB\-disabledforeground \fIcolor\fR
Specifies the color to use for each of the bitmap's '1' valued pixels
in its normal, active and disabled states.
\fIColor\fR may have any of the forms accepted by \fBTk_GetColor\fR and