summaryrefslogtreecommitdiffstats
path: root/doc/GetScroll.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-04 15:05:31 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-04 15:05:31 (GMT)
commit98c52dc56a711e891f95d8e5bdb3b75507dee6b9 (patch)
tree0e99e412acbb7cbb77d63833111059f1948c6cec /doc/GetScroll.3
parent24bb9dda59ff526f18fee2b721f9cb5edb845297 (diff)
parent7510073a3db80f1dd4261ad1f602d4fc719efdb8 (diff)
downloadtk-98c52dc56a711e891f95d8e5bdb3b75507dee6b9.zip
tk-98c52dc56a711e891f95d8e5bdb3b75507dee6b9.tar.gz
tk-98c52dc56a711e891f95d8e5bdb3b75507dee6b9.tar.bz2
Merge 8.6
Move TkpRedrawWidget/TkpWillDrawWidget to entries 185/186 of stub table, that's where they were in Tk 8.6
Diffstat (limited to 'doc/GetScroll.3')
-rw-r--r--doc/GetScroll.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/GetScroll.3 b/doc/GetScroll.3
index dd12cca..0df159b 100644
--- a/doc/GetScroll.3
+++ b/doc/GetScroll.3
@@ -25,13 +25,13 @@ int
Interpreter to use for error reporting.
.AP int objc in
Number of Tcl_Obj's in \fIobjv\fR array.
-.AP "Tcl_Obj *const" objv[] in
+.AP "Tcl_Obj *const *" objv in
Argument objects. These represent the entire widget command, of
which the first word is typically the widget name and the second
word is typically \fBxview\fR or \fByview\fR.
.AP int argc in
Number of strings in \fIargv\fR array.
-.AP "const char" *argv[] in
+.AP "const char **" argv in
Argument strings. These represent the entire widget command, of
which the first word is typically the widget name and the second
word is typically \fBxview\fR or \fByview\fR.