diff options
author | surles <surles> | 1999-04-16 18:26:12 (GMT) |
---|---|---|
committer | surles <surles> | 1999-04-16 18:26:12 (GMT) |
commit | 4e4fb1b6feaf44e52e345a9b03520c979225e4dc (patch) | |
tree | 1eed715df97153c26e20195045497c6938248c34 /doc/ConfigWidg.3 | |
parent | 03656f44f81469f459031fa3a4a7b09c8bc77712 (diff) | |
download | tk-4e4fb1b6feaf44e52e345a9b03520c979225e4dc.zip tk-4e4fb1b6feaf44e52e345a9b03520c979225e4dc.tar.gz tk-4e4fb1b6feaf44e52e345a9b03520c979225e4dc.tar.bz2 |
fixed Tk doc bugs
Diffstat (limited to 'doc/ConfigWidg.3')
-rw-r--r-- | doc/ConfigWidg.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ConfigWidg.3 b/doc/ConfigWidg.3 index 0b8b91b..f82245a 100644 --- a/doc/ConfigWidg.3 +++ b/doc/ConfigWidg.3 @@ -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: ConfigWidg.3,v 1.3 1999/04/16 01:51:07 stanton Exp $ +'\" RCS: @(#) $Id: ConfigWidg.3,v 1.4 1999/04/16 18:26:12 surles Exp $ '\" .so man.macros .TH Tk_ConfigureWidget 3 4.1 Tk "Tk Library Procedures" @@ -258,13 +258,13 @@ will never match any arguments. .TP \fBTK_CONFIG_FONT\fR The value must be an ASCII string identifying a font in a form -suitable for passing to \fBTk_GetFontStruct\fR. The value is converted -to an (\fBXFontStruct *\fR) by calling \fBTk_GetFontStruct\fR and the result +suitable for passing to \fBTk_GetFont\fR. The value is converted +to an (\fBXFontStruct *\fR) by calling \fBTk_GetFont\fR and the result is stored in the target. If TK_CONFIG_NULL_OK is specified in \fIspecFlags\fR then the value may be an empty string, in which case the target will be set to NULL. If the previous value of the target -wasn't NULL, then it is freed by passing it to \fBTk_FreeFontStruct\fR. +wasn't NULL, then it is freed by passing it to \fBTk_FreeFont\fR. .TP \fBTK_CONFIG_INT\fR The value must be an ASCII integer string |