diff options
author | fvogel <fvogelnew1@free.fr> | 2017-12-03 17:33:41 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-12-03 17:33:41 (GMT) |
commit | b6b9fed2f79b044cbfd003899b19f5ace1f0d48a (patch) | |
tree | 3129e00d6cc9d9cdd19b4d88051dd2145a74a2a4 /doc | |
parent | e6adbacc0a2e030f93397d369841732a6e087c0d (diff) | |
download | tk-b6b9fed2f79b044cbfd003899b19f5ace1f0d48a.zip tk-b6b9fed2f79b044cbfd003899b19f5ace1f0d48a.tar.gz tk-b6b9fed2f79b044cbfd003899b19f5ace1f0d48a.tar.bz2 |
Clarify wording for -width in the man page for scale. Thanks to Adil Gourinda.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/scale.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/scale.n b/doc/scale.n index 0504b4b..6b960ce 100644 --- a/doc/scale.n +++ b/doc/scale.n @@ -91,10 +91,10 @@ value. Whenever the scale is manipulated interactively, the variable will be modified to reflect the scale's new value. .OP \-width width Width -Specifies the desired narrow dimension of the trough in screen units +Specifies the desired narrow dimension of the scale in screen units (i.e. any of the forms acceptable to \fBTk_GetPixels\fR). -For vertical scales this is the trough's width; for horizontal scales -this is the trough's height. +For vertical scales this is the scale's width; for horizontal scales +this is the scale's height. .BE .SH DESCRIPTION .PP |