source:
NonGTP/FLTK/include/FL/Fl_Dial.H
@
773
Revision 773, 241 bytes checked in by gumbau, 19 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[773] | 1 | #ifndef Fl_Dial_H |
2 | #define Fl_Dial_H | |
3 | ||
4 | #include "Fl_Widget.H" | |
5 | #include <fltk/Dial.h> | |
6 | typedef fltk::Dial Fl_Dial; | |
7 | ||
8 | enum { | |
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.