diff options
author | hobbs <hobbs> | 2000-04-25 22:06:31 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-04-25 22:06:31 (GMT) |
commit | fe29afc105f5da7e0d4581f76e7ed9019eb22056 (patch) | |
tree | 86657f58f949c563d3ed379a0fb7fcb1ca562252 /doc/GetScroll.3 | |
parent | 46b3cbf371fa671b177656f59b37b8258925f0c7 (diff) | |
download | tk-fe29afc105f5da7e0d4581f76e7ed9019eb22056.zip tk-fe29afc105f5da7e0d4581f76e7ed9019eb22056.tar.gz tk-fe29afc105f5da7e0d4581f76e7ed9019eb22056.tar.bz2 |
macro fix
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. |