diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-04 15:41:59 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-04 15:41:59 (GMT) |
commit | 0a018d6ac1df162044309966c31de5f0941ebf27 (patch) | |
tree | 0149222f25fa8bd0c3a1cb50b3e71a5419cf6021 /doc/canvas.n | |
parent | 27a040ee30d124a3a52982919209e14905fd1f5b (diff) | |
parent | 7c636a1bd0b1f330f80c50d80997123bf2f13a1d (diff) | |
download | tk-0a018d6ac1df162044309966c31de5f0941ebf27.zip tk-0a018d6ac1df162044309966c31de5f0941ebf27.tar.gz tk-0a018d6ac1df162044309966c31de5f0941ebf27.tar.bz2 |
merge trunk
Diffstat (limited to 'doc/canvas.n')
-rw-r--r-- | doc/canvas.n | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/canvas.n b/doc/canvas.n index e334e68..8e464b8 100644 --- a/doc/canvas.n +++ b/doc/canvas.n @@ -6,12 +6,12 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -.so man.macros .TH canvas n 8.3 Tk "Tk Built-In Commands" +.so man.macros .BS '\" Note: do not modify the .SH NAME line immediately below! .SH NAME -canvas \- Create and manipulate canvas widgets +canvas \- Create and manipulate 'canvas' hypergraphics drawing surface widgets .SH SYNOPSIS \fBcanvas\fR \fIpathName \fR?\fIoptions\fR? .SO @@ -263,7 +263,7 @@ automatically decremented by one. A number less than 0 is treated as if it were zero, and a number greater than the length of the text item is treated as if it were equal to the length of the text item. For -polygons, numbers less than 0 or greater then the length +polygons, numbers less than 0 or greater than the length of the coordinate list will be adjusted by adding or subtracting the length until the result is between zero and the length, inclusive. @@ -405,7 +405,7 @@ behaves as if the \fIstart\fR argument had not been specified. . Selects all the items completely enclosed within the rectangular region given by \fIx1\fR, \fIy1\fR, \fIx2\fR, and \fIy2\fR. -\fIX1\fR must be no greater then \fIx2\fR and \fIy1\fR must be +\fIX1\fR must be no greater than \fIx2\fR and \fIy1\fR must be no greater than \fIy2\fR. .TP \fBoverlapping\fR \fIx1\fR \fIy1\fR \fIx2\fR \fIy2\fR @@ -413,7 +413,7 @@ no greater than \fIy2\fR. Selects all the items that overlap or are enclosed within the rectangular region given by \fIx1\fR, \fIy1\fR, \fIx2\fR, and \fIy2\fR. -\fIX1\fR must be no greater then \fIx2\fR and \fIy1\fR must be +\fIX1\fR must be no greater than \fIx2\fR and \fIy1\fR must be no greater than \fIy2\fR. .TP \fBwithtag \fItagOrId\fR |