source: NonGTP/glut/FLTK/include/FL/Fl_Value_Output.H @ 814

Revision 814, 354 bytes checked in by gumbau, 18 years ago (diff)

Glut initial import used by Geometry modules

Line 
1#ifndef Fl_Value_Output_H
2#define Fl_Value_Output_H
3
4// The fltk1.1 allowed the user to change the value by dragging the mouse.
5// The fltk2.0 version is strictly for displaying a numeric value.
6// If you want the user to be able to change it, replace with a Value_Input.
7
8#include <fltk/ValueOutput.h>
9typedef fltk::ValueOutput Fl_Value_Output;
10
11#endif
Note: See TracBrowser for help on using the repository browser.