From dc70b69502de6769c8fe109161f984494a0c00b8 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 19 Jan 1999 20:53:39 +0000 Subject: Updated documentation with changes from Bill. Added new image files for buttons. git-svn-id: file:///fltk/svn/fltk/trunk@237 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Value_Input.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/Fl_Value_Input.html') diff --git a/documentation/Fl_Value_Input.html b/documentation/Fl_Value_Input.html index 9dfd5d9df..00b24c7f6 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_Value_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 @@ -68,4 +68,4 @@ const

uchar Fl_Value_Input::textsize() const
void Fl_Value_Input::textsize(uchar)

- Gets or sets the size of the text in the value box. \ No newline at end of file + Gets or sets the size of the text in the value box. -- cgit v1.2.3