diff options
author | dgp@users.sourceforge.net <dgp> | 2002-01-25 21:09:35 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2002-01-25 21:09:35 (GMT) |
commit | f9e161c6a1b457af56730f949b1962d6ed5ca8bf (patch) | |
tree | 2041d0c0de9f76a800e1af4c067e78376fbdd570 /doc/CanvTkwin.3 | |
parent | 0a63fd5f1fe7e283b624dfd10c330088a9baeac1 (diff) | |
download | tk-f9e161c6a1b457af56730f949b1962d6ed5ca8bf.zip tk-f9e161c6a1b457af56730f949b1962d6ed5ca8bf.tar.gz tk-f9e161c6a1b457af56730f949b1962d6ed5ca8bf.tar.bz2 |
* Updated callers of Tcl_SplitList and Tcl_Merge.
* Updated callers of Tcl_GetStringResult.
Rewrote PrintScrollFractions to ScrollFractions to stop scribbling
directly on interp->result.
* Updated callers of Tcl_GetVar, Tcl_GetVar2
* Updated callers of Tcl_SplitPath, Tcl_JoinPath, and
Tcl_TranslateFileName.
Diffstat (limited to 'doc/CanvTkwin.3')
-rw-r--r-- | doc/CanvTkwin.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CanvTkwin.3 b/doc/CanvTkwin.3 index bc9490c..927b73e 100644 --- a/doc/CanvTkwin.3 +++ b/doc/CanvTkwin.3 @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: CanvTkwin.3,v 1.2 1998/09/14 18:22:45 stanton Exp $ +'\" RCS: @(#) $Id: CanvTkwin.3,v 1.3 2002/01/25 21:09:36 dgp Exp $ '\" .so man.macros .TH Tk_CanvasTkwin 3 4.1 Tk "Tk Library Procedures" @@ -38,7 +38,7 @@ Tk_OptionPrintProc *\fBTk_CanvasTagsPrintProc\fR; A token that identifies a canvas widget. .AP Tcl_Interp *interp in/out Interpreter to use for error reporting. -.AP char *string in +.AP "CONST char" *string in Textual description of a canvas coordinate. .AP double *doublePtr out Points to place to store a converted coordinate. |