summaryrefslogtreecommitdiffstats
path: root/doc/canvas.n
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2005-05-12 22:51:02 (GMT)
committerdgp <dgp@noemail.net>2005-05-12 22:51:02 (GMT)
commit2aa1c6c51d0c53b86bb581e41c13fd85934bca96 (patch)
treecacd3ce6493d8bb560e8f786019d2460efe9e39b /doc/canvas.n
parent9af48a831b6e4e1e1302578a25cde6c105ad6cf9 (diff)
downloadtk-2aa1c6c51d0c53b86bb581e41c13fd85934bca96.zip
tk-2aa1c6c51d0c53b86bb581e41c13fd85934bca96.tar.gz
tk-2aa1c6c51d0c53b86bb581e41c13fd85934bca96.tar.bz2
Updated out-of-date references to "Tk_GetBoolean"
FossilOrigin-Name: 195c8aeed247ddae34fc7ebe84676a24c10d4539
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 9a0bbde..60f09a5 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.19 2005/04/06 21:11:54 dkf Exp $
+'\" RCS: @(#) $Id: canvas.n,v 1.20 2005/05/12 22:51:03 dgp Exp $
'\"
.so man.macros
.TH canvas n 8.3 Tk "Tk Built-In Commands"
@@ -1394,7 +1394,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.
+\fBTcl_GetBoolean\fR or a line smoothing method.
.VS 8.5
Only \fBtrue\fR and \fBraw\fR are
supported in the core (with \fBbezier\fR being an alias for \fBtrue\fR), but more can be added at runtime. If a boolean
@@ -1525,7 +1525,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
.VS 8.5
or a line smoothing method. Only \fBtrue\fR and \fBraw\fR are
supported in the core (with \fBbezier\fR being an alias for \fBtrue\fR), but more can be added at runtime. If a boolean