diff options
author | rjohnson <rjohnson> | 1998-10-16 00:46:18 (GMT) |
---|---|---|
committer | rjohnson <rjohnson> | 1998-10-16 00:46:18 (GMT) |
commit | 00ace6b731cc252d13a0f4df56cb7576300c26f8 (patch) | |
tree | 4c6ef0612a00ddd1f599e20831195dd0e64a1261 /doc/canvas.n | |
parent | c93c0e1c5641d87361cc3527eb53c38f7fdfb1bf (diff) | |
download | tk-00ace6b731cc252d13a0f4df56cb7576300c26f8.zip tk-00ace6b731cc252d13a0f4df56cb7576300c26f8.tar.gz tk-00ace6b731cc252d13a0f4df56cb7576300c26f8.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)
Diffstat (limited to 'doc/canvas.n')
-rw-r--r-- | doc/canvas.n | 3 |
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 |