diff options
author | fvogel <fvogelnew1@free.fr> | 2016-02-25 14:40:12 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-02-25 14:40:12 (GMT) |
commit | 22a09fa099a33900fca7c81d9ac4880b3d861b80 (patch) | |
tree | 039efe1806ca6290bb2cc672030b093b35f9edad /doc/spinbox.n | |
parent | cb291a70f79d29466e600287a1a1d6fe89db0408 (diff) | |
download | tk-22a09fa099a33900fca7c81d9ac4880b3d861b80.zip tk-22a09fa099a33900fca7c81d9ac4880b3d861b80.tar.gz tk-22a09fa099a33900fca7c81d9ac4880b3d861b80.tar.bz2 |
Fixed bug [841280] - spinbox -from and -to defaults and behaviour
Diffstat (limited to 'doc/spinbox.n')
-rw-r--r-- | doc/spinbox.n | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/spinbox.n b/doc/spinbox.n index 330bb17..e030aa3 100644 --- a/doc/spinbox.n +++ b/doc/spinbox.n @@ -54,7 +54,8 @@ as it will format a floating-point number. A floating-point value corresponding to the lowest value for a spinbox, to be used in conjunction with \fB\-to\fR and \fB\-increment\fR. When all are specified correctly, the spinbox will use these values to control its -contents. This value must be less than the \fB\-to\fR option. +contents. If this value is greater than the \fB\-to\fR option, then +\fB\-from\fR and \fB\-to\fR values are automatically swapped. If \fB\-values\fR is specified, it supersedes this option. .OP "\-invalidcommand or \-invcmd" invalidCommand InvalidCommand Specifies a script to eval when \fB\-validatecommand\fR returns 0. Setting @@ -83,7 +84,8 @@ be displayed in a different color, depending on the values of the A floating-point value corresponding to the highest value for the spinbox, to be used in conjunction with \fB\-from\fR and \fB\-increment\fR. When all are specified correctly, the spinbox will use these values to control -its contents. This value must be greater than the \fB\-from\fR option. +its contents. If this value is less than the \fB\-from\fR option, then +\fB\-from\fR and \fB\-to\fR values are automatically swapped. If \fB\-values\fR is specified, it supersedes this option. .OP \-validate validate Validate Specifies the mode in which validation should operate: \fBnone\fR, |