diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2006-03-29 14:54:39 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2006-03-29 14:54:39 +0000 |
| commit | a33f1f7b35bdb1ea39e458c2b7c4cdff13fb3650 (patch) | |
| tree | c9684eff206f54129fe6be3a80d73d2842241831 /documentation/Fl_Value_Input.html | |
| parent | 668f1270247aab38f4b8ad78ad0c44e9a87278f6 (diff) | |
STR 1167: updated documentation for Fl_Valuator and Fl_Value_Input
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4885 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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 |
