diff options
author | hobbs <hobbs> | 2000-01-21 03:54:20 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-01-21 03:54:20 (GMT) |
commit | 45572469ec5bc7b41c213ee56f0a7db17bfc8cb8 (patch) | |
tree | aff1f187fd92c0aad4eaeb0efb5785b290c3d701 /doc/canvas.n | |
parent | 626a47c02bd9e449005723dddc9d4f732b591711 (diff) | |
download | tk-45572469ec5bc7b41c213ee56f0a7db17bfc8cb8.zip tk-45572469ec5bc7b41c213ee56f0a7db17bfc8cb8.tar.gz tk-45572469ec5bc7b41c213ee56f0a7db17bfc8cb8.tar.bz2 |
* doc/WindowId.3: added docs for Tk_IsContainer and Tk_IsEmbedded
* doc/text.n: clarified mark gravity definition and usage of
``word'' in binding definitions. [Bug: 2004 2277 1388]
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 |