From a33f1f7b35bdb1ea39e458c2b7c4cdff13fb3650 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 29 Mar 2006 14:54:39 +0000 Subject: 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 --- documentation/Fl_Value_Input.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'documentation/Fl_Value_Input.html') 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">Fl_Input widget with there - and when they hit return or tab the value updates to what they typed and the callback is done. +

If step() 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 Fl_Input widget +is of type(FL_FLOAT_INPUT).

+

If step() is non-zero, the user can also drag the mouse across the object and thus slide the value. The left button moves one step() per pixel, the middle by 10 -- cgit v1.2.3