26 #include "Fl_Valuator.H"
30 #define FL_NORMAL_DIAL 0
31 #define FL_LINE_DIAL 1
32 #define FL_FILL_DIAL 2
47 class FL_EXPORT Fl_Dial : public Fl_Valuator {
54 void draw(
int X,
int Y,
int W,
int H);
55 int handle(
int event,
int X,
int Y,
int W,
int H);
65 Fl_Dial(
int x,
int y,
int w,
int h,
const char *l = 0);
80 void angles(
short a,
short b) {a1 = a; a2 = b;}