diff options
author | dgp <dgp@users.sourceforge.net> | 2005-05-12 22:50:59 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-05-12 22:50:59 (GMT) |
commit | 1294d5942332fe385343eb33150c3757357b371a (patch) | |
tree | b5f784f7f32eb0fe3f893c71bc7f046bc6592067 /doc/text.n | |
parent | e83bb99ade2a54b86b4b484d3a3fc819e6e0d1b8 (diff) | |
download | tk-1294d5942332fe385343eb33150c3757357b371a.zip tk-1294d5942332fe385343eb33150c3757357b371a.tar.gz tk-1294d5942332fe385343eb33150c3757357b371a.tar.bz2 |
Updated out-of-date references to "Tk_GetBoolean"
Diffstat (limited to 'doc/text.n')
-rw-r--r-- | doc/text.n | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: text.n,v 1.15.2.2 2005/02/11 21:05:04 hobbs Exp $ +'\" RCS: @(#) $Id: text.n,v 1.15.2.3 2005/05/12 22:50:59 dgp Exp $ '\" .so man.macros .TH text n 8.4 Tk "Tk Built-In Commands" @@ -413,7 +413,7 @@ distances. \fB\-overstrike \fIboolean\fR Specifies whether or not to draw a horizontal rule through the middle of characters. -\fIBoolean\fR may have any of the forms accepted by \fBTk_GetBoolean\fR. +\fIBoolean\fR may have any of the forms accepted by \fBTcl_GetBoolean\fR. .TP \fB\-relief \fIrelief\fR \fIRelief\fR specifies the 3-D relief to use for drawing backgrounds, @@ -470,7 +470,7 @@ widget option. \fB\-underline \fIboolean\fR \fIBoolean\fR specifies whether or not to draw an underline underneath characters. -It may have any of the forms accepted by \fBTk_GetBoolean\fR. +It may have any of the forms accepted by \fBTcl_GetBoolean\fR. .TP \fB\-wrap \fImode\fR \fIMode\fR specifies how to handle lines that are wider than the |