From 2c61d60470b0583614437950066b2f63c4ac2782 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 30 Sep 2001 20:25:36 +0000 Subject: Documentation updates. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1625 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Value_Input.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'documentation/Fl_Value_Input.html') diff --git a/documentation/Fl_Value_Input.html b/documentation/Fl_Value_Input.html index a9739995a..489b719d8 100644 --- a/documentation/Fl_Value_Input.html +++ b/documentation/Fl_Value_Input.html @@ -19,7 +19,7 @@

Description

The Fl_Value_Input widget displays a floating point value. The user can click in the text field and edit it (there is in fact a -hidden Fl_Input widget with +hidden Fl_Input widget with type(FL_FLOAT_INPUT) in there), and when they hit return or tab the value updates to what they typed and the callback is done.

If step() is not zero, the user can also drag the mouse @@ -28,6 +28,7 @@ step() per pixel, the middle by 10 * step(), and the left button by 100 * step(). It is then impossible to select text by dragging across it, although clicking can still move the insertion cursor.

+

Fl_Value_Input widget.

Methods