diff options
author | surles <surles> | 1999-04-16 18:26:12 (GMT) |
---|---|---|
committer | surles <surles> | 1999-04-16 18:26:12 (GMT) |
commit | 4e4fb1b6feaf44e52e345a9b03520c979225e4dc (patch) | |
tree | 1eed715df97153c26e20195045497c6938248c34 /doc/CanvPsY.3 | |
parent | 03656f44f81469f459031fa3a4a7b09c8bc77712 (diff) | |
download | tk-4e4fb1b6feaf44e52e345a9b03520c979225e4dc.zip tk-4e4fb1b6feaf44e52e345a9b03520c979225e4dc.tar.gz tk-4e4fb1b6feaf44e52e345a9b03520c979225e4dc.tar.bz2 |
fixed Tk doc bugs
Diffstat (limited to 'doc/CanvPsY.3')
-rw-r--r-- | doc/CanvPsY.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CanvPsY.3 b/doc/CanvPsY.3 index 17e4a05..e665402 100644 --- a/doc/CanvPsY.3 +++ b/doc/CanvPsY.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: CanvPsY.3,v 1.2 1998/09/14 18:22:45 stanton Exp $ +'\" RCS: @(#) $Id: CanvPsY.3,v 1.3 1999/04/16 18:26:12 surles Exp $ '\" .so man.macros .TH Tk_CanvasPsY 3 4.0 Tk "Tk Library Procedures" @@ -72,7 +72,7 @@ Most of the procedures take a \fIcanvas\fR argument, which refers to a canvas widget for which Postscript is being generated. .PP -\fBTk_CanvasY\fR takes as argument a y-coordinate in the space of +\fBTk_CanvasPsY\fR takes as argument a y-coordinate in the space of a canvas and returns the value that should be used for that point in the Postscript currently being generated for \fIcanvas\fR. Y coordinates require transformation because Postscript uses an |