diff options
Diffstat (limited to 'doc/canvas.n')
-rw-r--r-- | doc/canvas.n | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/canvas.n b/doc/canvas.n index a07f507..4b2d720 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.5 1999/12/22 23:01:33 hobbs Exp $ +'\" RCS: @(#) $Id: canvas.n,v 1.6 2000/01/21 03:54:20 hobbs Exp $ '\" .so man.macros .TH canvas n 8.3 Tk "Tk Built-In Commands" @@ -47,13 +47,14 @@ Each of the coordinates may be specified in any of the forms given in the COORDINATES section below. .OP \-state state State Modifies the default state of the canvas where \fIstate\fR may be set to -one of: normal, disabled, or hidden. Individual canvas objects all have -their own state option, which overrides 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 "active" -control the appearence when the mouse pointer is over it, while the option -starting with "disabled" controls the appearence when the state is -disabled. +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 +pointer is over it, while the option starting with \fBdisabled\fR controls +the appearence 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 its geometry manager. The value may be specified in any |