diff options
Diffstat (limited to 'documentation/Fl_Value_Input.html')
| -rw-r--r-- | documentation/Fl_Value_Input.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/Fl_Value_Input.html b/documentation/Fl_Value_Input.html index eed734574..eb13af664 100644 --- a/documentation/Fl_Value_Input.html +++ b/documentation/Fl_Value_Input.html @@ -31,6 +31,12 @@ href="Fl_Input.html#Fl_Input"><TT>Fl_Input</TT></A> widget with there - and when they hit return or tab the value updates to what they typed and the callback is done. +<P>If <TT>step()</TT> is non-zero and integral, then the range of numbers +is limited to integers instead of floating point numbers. As +well as displaying the value as an integer, typed input is also +limited to integer values, even if the hidden <TT>Fl_Input</TT> widget +is of <TT>type(FL_FLOAT_INPUT)</TT>.</P> + <P>If <TT>step()</TT> is non-zero, the user can also drag the mouse across the object and thus slide the value. The left button moves one <TT>step()</TT> per pixel, the middle by <TT>10 |
