source: NonGTP/FLTK/include/FL/Fl_Valuator.H @ 773

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

FLTK imported to SVN repository to be linked agains the GeoTool? application

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.