From 09daf20b81cdae78772f07c0af22a571d7cc73eb Mon Sep 17 00:00:00 2001
From: Michael R Sweet This is much lighter-weight than
-Fl_Value_Input because it contains no text editing code or
+Fl_Value_Input because it contains no text editing code or
character buffer. Description
- The Fl_Value_Output widget displays a floating point value.
-If step() is not zero, the user can adjust the value by
+ The Fl_Value_Output widget displays a floating point value.
+If step() is not zero, the user can adjust the value by
dragging the mouse left and right. The left button moves one step()
per pixel, the middle by 10 * step(), and the right button by
-100 * step().
+100 * step().

Methods
@@ -36,30 +36,30 @@ character buffer.