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

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

Glut initial import used by Geometry modules

Line 
1#ifndef Fl_Valuator_H
2#define Fl_Valuator_H
3
4#include <fltk/Valuator.h>
5#define Fl_Valuator fltk::Valuator
6
7enum {
8  FL_VERTICAL           = 0,
9  FL_HORIZONTAL         = 1
10};
11
12#endif
Note: See TracBrowser for help on using the repository browser.