35#include "Fl_Valuator.H"
39#define FL_NORMAL_DIAL 0
63 void draw(
int X,
int Y,
int W,
int H);
64 int handle(
int event,
int X,
int Y,
int W,
int H);
89 void angles(
short a,
short b) {a1 = a; a2 = b;}
Fl_Dial_Base(int x, int y, int w, int h, const char *l=0)
Creates a new Fl_Dial_Base widget using the given position, size, and label string.
Definition Fl_Dial_Base.cxx:152
void angle2(short a)
See short angle1() const.
Definition Fl_Dial_Base.H:87
short angle1() const
Sets Or gets the angles used for the minimum and maximum values.
Definition Fl_Dial_Base.H:81
void angle1(short a)
See short angle1() const.
Definition Fl_Dial_Base.H:83
void angles(short a, short b)
See short angle1() const.
Definition Fl_Dial_Base.H:89
short angle2() const
See short angle1() const.
Definition Fl_Dial_Base.H:85
Fl_Valuator(int X, int Y, int W, int H, const char *L)
Creates a new Fl_Valuator widget using the given position, size, and label string.
Definition Fl_Valuator.cxx:37