summaryrefslogtreecommitdiffstats
path: root/fltk/fltk/compat/FL/Fl_Value_Output.H
diff options
context:
space:
mode:
Diffstat (limited to 'fltk/fltk/compat/FL/Fl_Value_Output.H')
-rw-r--r--fltk/fltk/compat/FL/Fl_Value_Output.H11
1 files changed, 11 insertions, 0 deletions
diff --git a/fltk/fltk/compat/FL/Fl_Value_Output.H b/fltk/fltk/compat/FL/Fl_Value_Output.H
new file mode 100644
index 0000000..ea4115e
--- /dev/null
+++ b/fltk/fltk/compat/FL/Fl_Value_Output.H
@@ -0,0 +1,11 @@
+#ifndef Fl_Value_Output_H
+#define Fl_Value_Output_H
+
+// The fltk1.1 allowed the user to change the value by dragging the mouse.
+// The fltk2.0 version is strictly for displaying a numeric value.
+// If you want the user to be able to change it, replace with a Value_Input.
+
+#include <fltk/ValueOutput.h>
+typedef fltk::ValueOutput Fl_Value_Output;
+
+#endif