diff options
author | hobbs <hobbs@noemail.net> | 2000-04-25 22:06:30 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2000-04-25 22:06:30 (GMT) |
commit | bdd0bb04839cf18640c22e3277269a9a029b8cc4 (patch) | |
tree | 86657f58f949c563d3ed379a0fb7fcb1ca562252 /doc/GetScroll.3 | |
parent | 823e925ea38dca6c4993f980c3e1642a161fa1e4 (diff) | |
download | tk-bdd0bb04839cf18640c22e3277269a9a029b8cc4.zip tk-bdd0bb04839cf18640c22e3277269a9a029b8cc4.tar.gz tk-bdd0bb04839cf18640c22e3277269a9a029b8cc4.tar.bz2 |
macro fix
FossilOrigin-Name: da948942fcd9d0d861022aa6acd24afb6f9706d9
Diffstat (limited to 'doc/GetScroll.3')
-rw-r--r-- | doc/GetScroll.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/GetScroll.3 b/doc/GetScroll.3 index 6e7acc8..0a5e620 100644 --- a/doc/GetScroll.3 +++ b/doc/GetScroll.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: GetScroll.3,v 1.3 2000/04/25 17:25:27 ericm Exp $ +'\" RCS: @(#) $Id: GetScroll.3,v 1.4 2000/04/25 22:06:31 hobbs Exp $ '\" .so man.macros .TH Tk_GetScrollInfo 3 8.0 Tk "Tk Library Procedures" @@ -33,7 +33,7 @@ which the first word is typically the widget name and the second word is typically \fBxview\fR or \fByview\fR. .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. |