summaryrefslogtreecommitdiff
path: root/tk/doc/ConfigWidg.3
diff options
context:
space:
mode:
Diffstat (limited to 'tk/doc/ConfigWidg.3')
-rw-r--r--tk/doc/ConfigWidg.310
1 files changed, 6 insertions, 4 deletions
diff --git a/tk/doc/ConfigWidg.3 b/tk/doc/ConfigWidg.3
index 7ab3f67ef50..c558352eae1 100644
--- a/tk/doc/ConfigWidg.3
+++ b/tk/doc/ConfigWidg.3
@@ -26,10 +26,11 @@ int
\fBTk_ConfigureInfo(\fIinterp, tkwin, specs, widgRec, argvName, flags\fB)\fR
.sp
int
+\fBTk_ConfigureValue(\fIinterp, tkwin, specs, widgRec, argvName, flags\fB)\fR
.sp
\fBTk_FreeOptions(\fIspecs, widgRec, display, flags\fB)\fR
.SH ARGUMENTS
-.AS Tk_ConfigSpec *widgRec
+.AS Tk_ConfigSpec *widgRec in/out
.AP Tcl_Interp *interp in
Interpreter to use for returning error messages.
.AP Tk_Window tkwin in
@@ -257,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
@@ -616,3 +617,4 @@ table that uses many of the fancy \fIspecFlags\fR mechanisms.
anchor, bitmap, boolean, border, cap style, color, configuration options,
cursor, custom, double, font, integer, join style, justify, millimeters,
pixels, relief, synonym, uid
+