26#include "Fl_Valuator.H"
30#define FL_VERT_SLIDER 0
31#define FL_HOR_SLIDER 1
32#define FL_VERT_FILL_SLIDER 2
33#define FL_HOR_FILL_SLIDER 3
34#define FL_VERT_NICE_SLIDER 4
35#define FL_HOR_NICE_SLIDER 5
66 void draw_bg(
int,
int,
int,
int);
71 void draw(
int,
int,
int,
int);
72 int handle(
int,
int,
int,
int,
int);
78 Fl_Slider(
int X,
int Y,
int W,
int H,
const char *L = 0);
81 int scrollvalue(
int pos,
int size,
int first,
int total);
82 void bounds(
double a,
double b);
98 void slider_size(
double v);
Fl_Boxtype
Definition: Enumerations.H:601
The Fl_Slider widget contains a sliding knob inside a box.
Definition: Fl_Slider.H:61
void slider(Fl_Boxtype c)
Sets the slider box type.
Definition: Fl_Slider.H:104
float slider_size() const
Get the dimensions of the moving piece of slider.
Definition: Fl_Slider.H:87
Fl_Boxtype slider() const
Gets the slider box type.
Definition: Fl_Slider.H:101
The Fl_Valuator class controls a single floating-point value and provides a consistent interface to s...
Definition: Fl_Valuator.H:49
void bounds(double a, double b)
Sets the minimum (a) and maximum (b) values for the valuator widget.
Definition: Fl_Valuator.H:75
unsigned char uchar
unsigned char
Definition: fl_types.h:30