source:
NonGTP/FLTK/include/FL/Fl_Valuator.H
@
773
Revision 773, 167 bytes checked in by gumbau, 19 years ago (diff) |
---|
Line | |
---|---|
1 | #ifndef Fl_Valuator_H |
2 | #define Fl_Valuator_H |
3 | |
4 | #include <fltk/Valuator.h> |
5 | #define Fl_Valuator fltk::Valuator |
6 | |
7 | enum { |
8 | FL_VERTICAL = 0, |
9 | FL_HORIZONTAL = 1 |
10 | }; |
11 | |
12 | #endif |
Note: See TracBrowser
for help on using the repository browser.