summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorrjohnson <rjohnson@noemail.net>1998-10-16 00:46:18 (GMT)
committerrjohnson <rjohnson@noemail.net>1998-10-16 00:46:18 (GMT)
commit094035ee712cbcc9cfdd2b3d89e07c8af61f796f (patch)
tree4c6ef0612a00ddd1f599e20831195dd0e64a1261 /doc
parent36f3f79497fb69126adda3be2e990c8e3ae2b65c (diff)
downloadtk-094035ee712cbcc9cfdd2b3d89e07c8af61f796f.zip
tk-094035ee712cbcc9cfdd2b3d89e07c8af61f796f.tar.gz
tk-094035ee712cbcc9cfdd2b3d89e07c8af61f796f.tar.bz2
Fixed bug in options for text items in canvas widget. unlike all other
items they didn't support a null (transparant fill color) FossilOrigin-Name: 9d8e38e466df34af55dc103cbb9f40e8f1a3b311
Diffstat (limited to 'doc')
-rw-r--r--doc/canvas.n3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/canvas.n b/doc/canvas.n
index 98ba165..6c41581 100644
--- a/doc/canvas.n
+++ b/doc/canvas.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: canvas.n,v 1.2 1998/09/14 18:22:55 stanton Exp $
+'\" RCS: @(#) $Id: canvas.n,v 1.3 1998/10/16 00:46:18 rjohnson Exp $
'\"
.so man.macros
.TH canvas n 4.0 Tk "Tk Built-In Commands"
@@ -1446,6 +1446,7 @@ This option defaults to \fBcenter\fR.
\fB\-fill \fIcolor\fR
\fIColor\fR specifies a color to use for filling the text characters;
it may have any of the forms accepted by \fBTk_GetColor\fR.
+If \fIcolor\fR is an empty string then the text will be transparent.
If this option isn't specified then it defaults to \fBblack\fR.
.TP
\fB\-font \fIfontName\fR