diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-05-03 23:55:29 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-05-03 23:55:29 (GMT) |
commit | ee1c7aed29d78ba980476c2811c2ab52cfa7effd (patch) | |
tree | 4cb66107a3851e1d671cba22ba92ba920d13a70d /doc/canvas.n | |
parent | dd0a64fd45a7fd8f6da652c02d01b49967931ad0 (diff) | |
download | tk-ee1c7aed29d78ba980476c2811c2ab52cfa7effd.zip tk-ee1c7aed29d78ba980476c2811c2ab52cfa7effd.tar.gz tk-ee1c7aed29d78ba980476c2811c2ab52cfa7effd.tar.bz2 |
Spelling fixes. [Bug 1686210]
Diffstat (limited to 'doc/canvas.n')
-rw-r--r-- | doc/canvas.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/canvas.n b/doc/canvas.n index 5751d30..e436fd5 100644 --- a/doc/canvas.n +++ b/doc/canvas.n @@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: canvas.n,v 1.23 2007/04/23 21:19:51 das Exp $ +'\" RCS: @(#) $Id: canvas.n,v 1.24 2007/05/03 23:55:29 dkf Exp $ '\" .so man.macros .TH canvas n 8.3 Tk "Tk Built-In Commands" @@ -53,9 +53,9 @@ one of: \fBnormal\fR, \fBdisabled\fR, or \fBhidden\fR. Individual canvas objects all have their own state option which may override the default state. Many options can take separate specifications such that the appearance of the item can be different in different situations. The -options that start with \fBactive\fR control the appearence when the mouse +options that start with \fBactive\fR control the appearance when the mouse pointer is over it, while the option starting with \fBdisabled\fR controls -the appearence when the state is disabled. Canvas items which are +the appearance when the state is disabled. Canvas items which are \fBdisabled\fR will not react to canvas bindings. .OP \-width width width Specifies a desired window width that the canvas widget should request from |