source:
NonGTP/FLTK/include/FL/Fl_Roller.H
@
773
Revision 773, 269 bytes checked in by gumbau, 19 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[773] | 1 | #ifndef Fl_Roller_H |
2 | #define Fl_Roller_H | |
3 | ||
4 | #include "Fl_Valuator.H" | |
5 | #include <fltk/ThumbWheel.h> | |
6 | ||
7 | class Fl_Roller : public fltk::ThumbWheel { | |
8 | public: | |
9 | Fl_Roller(int x, int y, int w, int h, const char*l = 0) | |
10 | : fltk::ThumbWheel(x,y,w,h,l) {set_vertical();} | |
11 | }; | |
12 | ||
13 | #endif |
Note: See TracBrowser
for help on using the repository browser.