24 #include "Fl_Valuator.H" 28 #define FL_VERT_SLIDER 0 29 #define FL_HOR_SLIDER 1 30 #define FL_VERT_FILL_SLIDER 2 31 #define FL_HOR_FILL_SLIDER 3 32 #define FL_VERT_NICE_SLIDER 4 33 #define FL_HOR_NICE_SLIDER 5 64 void draw_bg(
int,
int,
int,
int);
69 void draw(
int,
int,
int,
int);
70 int handle(
int,
int,
int,
int,
int);
76 Fl_Slider(
int X,
int Y,
int W,
int H,
const char *L = 0);
79 int scrollvalue(
int pos,
int size,
int first,
int total);
80 void bounds(
double a,
double b);
96 void slider_size(
double v);
float slider_size() const
Get the dimensions of the moving piece of slider.
Definition: Fl_Slider.H:85
The Fl_Valuator class controls a single floating-point value and provides a consistent interface to s...
Definition: Fl_Valuator.H:47
Fl_Boxtype slider() const
Gets the slider box type.
Definition: Fl_Slider.H:99
Fl_Boxtype
FLTK standard box types.
Definition: Enumerations.H:598
void slider(Fl_Boxtype c)
Sets the slider box type.
Definition: Fl_Slider.H:102
The Fl_Slider widget contains a sliding knob inside a box.
Definition: Fl_Slider.H:59
void bounds(double a, double b)
Sets the minimum (a) and maximum (b) values for the valuator widget.
Definition: Fl_Valuator.H:73
unsigned char uchar
unsigned char
Definition: fl_types.h:28