summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-02-28 13:46:32 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-02-28 13:46:32 (GMT)
commit45e67a168fc74dc40011588fc29a08e46d5e8bd6 (patch)
treebdd92a3f9e8f54e9193a6b74836de7026f2c7ed0
parent4e98790eef8c37e8e16734574cc9c2c9b564892b (diff)
parentad992d2c5a96ddc30f78aac1d3e5484b064e9808 (diff)
downloadtk-45e67a168fc74dc40011588fc29a08e46d5e8bd6.zip
tk-45e67a168fc74dc40011588fc29a08e46d5e8bd6.tar.gz
tk-45e67a168fc74dc40011588fc29a08e46d5e8bd6.tar.bz2
[Bug 3495198]: Corrected types of canvas bitmap options.
-rw-r--r--ChangeLog4
-rw-r--r--doc/canvas.n8
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 05d3d11..5ef99bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-28 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/canvas.n: [Bug 3495198]: Corrected types of bitmap options.
+
2012-02-26 Jan Nijtmans <nijtmans@users.sf.net>
* xlib/xcolors.c: Provide fallback for _strtoi64
diff --git a/doc/canvas.n b/doc/canvas.n
index bdf1e62..9338b8d 100644
--- a/doc/canvas.n
+++ b/doc/canvas.n
@@ -1287,9 +1287,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
.QW 0
valued pixels in its normal, active and disabled states.
@@ -1309,9 +1309,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.