diff options
author | fvogel <fvogelnew1@free.fr> | 2018-01-07 15:42:16 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-01-07 15:42:16 (GMT) |
commit | f19e5bea52cc12c45dc8e84bf7d51f16e075caf9 (patch) | |
tree | b233cb8a116250612428bb22c16fc3685dc75c3f /doc | |
parent | fe290fd3e71ac8f830e62563cd6b1605da0636c1 (diff) | |
parent | 7f90aea38da42a6b2e70e7964eae64bdf4cacab4 (diff) | |
download | tk-f19e5bea52cc12c45dc8e84bf7d51f16e075caf9.zip tk-f19e5bea52cc12c45dc8e84bf7d51f16e075caf9.tar.gz tk-f19e5bea52cc12c45dc8e84bf7d51f16e075caf9.tar.bz2 |
Complement fix for [84af709826] about alphabetical order of the widget-specific options of ttk:spinbox.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ttk_spinbox.n | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ttk_spinbox.n b/doc/ttk_spinbox.n index bf5968c..6f67db7 100644 --- a/doc/ttk_spinbox.n +++ b/doc/ttk_spinbox.n @@ -30,10 +30,6 @@ to a Tcl variable. .SH "WIDGET-SPECIFIC OPTIONS" .OP \-command command Command Specifies a Tcl command to be invoked whenever a spinbutton is invoked. -.OP \-increment increment Increment -A floating\-point value specifying the change in value to be applied each -time one of the widget spin buttons is pressed. The up button applies a -positive increment, the down button applies a negative increment. .OP \-format format Format Specifies an alternate format to use when setting the string value when using the \fB\-from\fR and \fB\-to\fR range. @@ -43,6 +39,10 @@ as it will format a floating-point number. A floating\-point value specifying the lowest value for the spinbox. This is used in conjunction with \fB\-to\fR and \fB\-increment\fR to set a numerical range. +.OP \-increment increment Increment +A floating\-point value specifying the change in value to be applied each +time one of the widget spin buttons is pressed. The up button applies a +positive increment, the down button applies a negative increment. .OP \-to to To A floating\-point value specifying the highest permissible value for the widget. See also \fB\-from\fR and \fB\-increment\fR. |