source: NonGTP/include/FL/Fl_Dial.H @ 769

Revision 769, 241 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_Dial_H
2#define Fl_Dial_H
3
4#include "Fl_Widget.H"
5#include <fltk/Dial.h>
6typedef fltk::Dial Fl_Dial;
7
8enum {
9  FL_NORMAL_DIAL        = fltk::Dial::NORMAL,
10  FL_LINE_DIAL          = fltk::Dial::LINE,
11  FL_FILL_DIAL          = fltk::Dial::FILL
12};
13
14#endif
15
Note: See TracBrowser for help on using the repository browser.