diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-07-14 08:38:13 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-07-14 08:38:13 (GMT) |
commit | 0c4d260f03b28a644623131ea0a7b6e3ecc9fbb0 (patch) | |
tree | 0f75cca4d4e50e3f57380da656167d1fb118e3c5 /doc | |
parent | 3838e46bebc8572acbd194c2ac1b6e69d9095237 (diff) | |
download | tk-0c4d260f03b28a644623131ea0a7b6e3ecc9fbb0.zip tk-0c4d260f03b28a644623131ea0a7b6e3ecc9fbb0.tar.gz tk-0c4d260f03b28a644623131ea0a7b6e3ecc9fbb0.tar.bz2 |
Corrected definition of -height and -width for canvas' window items. [2326602]
Diffstat (limited to 'doc')
-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 daa7a72..b87e770 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.43 2009/05/05 09:18:08 dkf Exp $ +'\" RCS: @(#) $Id: canvas.n,v 1.44 2009/07/14 08:38:13 dkf Exp $ '\" .so man.macros .TH canvas n 8.3 Tk "Tk Built-In Commands" @@ -1860,16 +1860,16 @@ The following extra options are supported for window items: Specifies the height to assign to the item's window. \fIPixels\fR may have any of the forms described in the \fBCOORDINATES\fR section above. -If this option is not specified, or if it is specified as an empty -string, then the window is given whatever height it requests internally. +If this option is not specified, or if it is specified as zero, +then the window is given whatever height it requests internally. .TP \fB\-width \fIpixels\fR . Specifies the width to assign to the item's window. \fIPixels\fR may have any of the forms described in the \fBCOORDINATES\fR section above. -If this option is not specified, or if it is specified as an empty -string, then the window is given whatever width it requests internally. +If this option is not specified, or if it is specified as zero, +then the window is given whatever width it requests internally. .TP \fB\-window \fIpathName\fR . |