diff options
Diffstat (limited to 'FL/Fl_Value_Input.H')
| -rw-r--r-- | FL/Fl_Value_Input.H | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/FL/Fl_Value_Input.H b/FL/Fl_Value_Input.H index 995b36a00..03f9814b3 100644 --- a/FL/Fl_Value_Input.H +++ b/FL/Fl_Value_Input.H @@ -1,7 +1,7 @@ // // Value input header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 1998-2022 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -44,12 +44,13 @@ is therefore impossible to select text by dragging across it, although clicking can still move the insertion cursor.</P> - <P>If step() is non-zero and integral, then the range + If step() is non-zero and integral, then the range of numbers are limited to integers instead of floating point values. - <P ALIGN="CENTER">\image html Fl_Value_Input.png + \image html Fl_Value_Input.png \image latex Fl_Value_Input.png "Fl_Value_Input" width=4cm + \see Fl_Widget::shortcut_label(int) */ class FL_EXPORT Fl_Value_Input : public Fl_Valuator { |
