diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-04-25 20:37:38 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-04-25 20:37:38 (GMT) |
commit | 0e52502bd6379fd1cff4352eec0150451eae3406 (patch) | |
tree | f0bd9a8809a3bca41773d7125db3f267df50227e /doc | |
parent | f35383ce3cfe68cc31a7144f0da1bd52ac598f99 (diff) | |
download | tk-0e52502bd6379fd1cff4352eec0150451eae3406.zip tk-0e52502bd6379fd1cff4352eec0150451eae3406.tar.gz tk-0e52502bd6379fd1cff4352eec0150451eae3406.tar.bz2 |
Still more int -> Tcl_Size
Diffstat (limited to 'doc')
-rw-r--r-- | doc/GetScroll.3 | 2 | ||||
-rw-r--r-- | doc/SetOptions.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/GetScroll.3 b/doc/GetScroll.3 index 91a2585..dc929b7 100644 --- a/doc/GetScroll.3 +++ b/doc/GetScroll.3 @@ -23,7 +23,7 @@ int .AS "Tcl_Interp" *fractionPtr .AP Tcl_Interp *interp in Interpreter to use for error reporting. -.AP int objc in +.AP Tcl_Size objc in Number of Tcl_Obj's in \fIobjv\fR array. .AP "Tcl_Obj *const *" objv in Argument objects. These represent the entire widget command, of diff --git a/doc/SetOptions.3 b/doc/SetOptions.3 index 2e877af..08d5342 100644 --- a/doc/SetOptions.3 +++ b/doc/SetOptions.3 @@ -58,7 +58,7 @@ For options such as \fBTK_OPTION_COLOR\fR, this argument indicates the window in which the option will be used. If \fIoptionTable\fR uses no window-dependent options, then a NULL value may be supplied for this argument. -.AP int objc in +.AP Tcl_Size objc in Number of values in \fIobjv\fR. .AP Tcl_Obj "*const *objv" in Command-line arguments for setting configuring options. |