summaryrefslogtreecommitdiffstats
path: root/doc/canvas.n
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-05-12 22:50:59 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-05-12 22:50:59 (GMT)
commit1294d5942332fe385343eb33150c3757357b371a (patch)
treeb5f784f7f32eb0fe3f893c71bc7f046bc6592067 /doc/canvas.n
parente83bb99ade2a54b86b4b484d3a3fc819e6e0d1b8 (diff)
downloadtk-1294d5942332fe385343eb33150c3757357b371a.zip
tk-1294d5942332fe385343eb33150c3757357b371a.tar.gz
tk-1294d5942332fe385343eb33150c3757357b371a.tar.bz2
Updated out-of-date references to "Tk_GetBoolean"
Diffstat (limited to 'doc/canvas.n')
-rw-r--r--doc/canvas.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/canvas.n b/doc/canvas.n
index 3371596..15ce783 100644
--- a/doc/canvas.n
+++ b/doc/canvas.n
@@ -6,7 +6,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.13.2.1 2004/10/28 10:19:29 dkf Exp $
+'\" RCS: @(#) $Id: canvas.n,v 1.13.2.2 2005/05/12 22:50:59 dgp Exp $
'\"
.so man.macros
.TH canvas n 8.3 Tk "Tk Built-In Commands"
@@ -1396,7 +1396,7 @@ irrelevant.
.TP
\fB\-smooth \fIsmoothMethod\fR
\fIsmoothMethod\fR must have one of the forms accepted by
-\fBTk_GetBoolean\fR or a line smoothing method. Only \fBbezier\fR is
+\fBTcl_GetBoolean\fR or a line smoothing method. Only \fBbezier\fR is
supported in the core, but more can be added at runtime. If a boolean
false value or empty string is given, no smoothing is applied. A boolean
truth value assume \fBbezier\fR smoothing.
@@ -1516,7 +1516,7 @@ of the outline.
If this option isn't specified then it defaults to \fBmiter\fR.
.TP
\fB\-smooth \fIboolean\fR
-\fIBoolean\fR must have one of the forms accepted by \fBTk_GetBoolean\fR.
+\fIBoolean\fR must have one of the forms accepted by \fBTcl_GetBoolean\fR.
It indicates whether or not the polygon should be drawn with a
curved perimeter.
If so, the outline of the polygon becomes a set of parabolic splines,