summaryrefslogtreecommitdiffstats
path: root/fltk-2/include/fltk/compat/FL/Fl_Value_Output.H
blob: ea4115e3184592191e4e304ee85399e058b8be50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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