source: NonGTP/glut/FLTK/include/FL/Fl_Roller.H @ 814

Revision 814, 269 bytes checked in by gumbau, 18 years ago (diff)

Glut initial import used by Geometry modules

Line 
1#ifndef Fl_Roller_H
2#define Fl_Roller_H
3
4#include "Fl_Valuator.H"
5#include <fltk/ThumbWheel.h>
6
7class Fl_Roller : public fltk::ThumbWheel {
8public:
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.