summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2012-02-28 13:47:09 (GMT)
committerdkf <dkf@noemail.net>2012-02-28 13:47:09 (GMT)
commitc35176f814ffa709f3e2b939a3a13c0b62978d89 (patch)
tree6b53fcd3604c9f4cce2da92ec7a5402b29675e6c /doc
parent938513f7e3405985db6240522a6644498866cdaa (diff)
parent09c3934f2812ca7aaf98e7301d656f000aa8c5e5 (diff)
downloadtk-c35176f814ffa709f3e2b939a3a13c0b62978d89.zip
tk-c35176f814ffa709f3e2b939a3a13c0b62978d89.tar.gz
tk-c35176f814ffa709f3e2b939a3a13c0b62978d89.tar.bz2
[Bug 3495198]: Corrected types of canvas bitmap options.
FossilOrigin-Name: acd15416c2193dd334a021ee026fa8f57f61b28c
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 0df3f39..9eb0ec0 100644
--- a/doc/canvas.n
+++ b/doc/canvas.n
@@ -1405,9 +1405,9 @@ The following extra options are supported for bitmaps:
.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
.QW 0
valued pixels in its normal, active and disabled states.
@@ -1427,9 +1427,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
.QW 1
valued pixels in its normal, active and disabled states.