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);
80 void bounds(
double a,
double b);
96 void slider_size(
double v);
Fl_Boxtype
FLTK standard box types.
Definition Enumerations.H:644
Fl_Slider(int X, int Y, int W, int H, const char *L=0)
Creates a new Fl_Slider widget using the given position, size, and label string.
Definition Fl_Slider.cxx:38
void slider(Fl_Boxtype c)
Sets the slider box type.
Definition Fl_Slider.H:102
int scrollvalue(int pos, int size, int first, int total)
Sets the size and position of the sliding knob in the box.
Definition Fl_Slider.cxx:84
float slider_size() const
Get the dimensions of the moving piece of slider.
Definition Fl_Slider.H:85
Fl_Boxtype slider() const
Gets the slider box type.
Definition Fl_Slider.H:99
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:26
void bounds(double a, double b)
Sets the minimum (a) and maximum (b) values for the valuator widget.
Definition Fl_Valuator.H:75
#define FL_OVERRIDE
This macro makes it safe to use the C++11 keyword override with older compilers.
Definition fl_attr.h:46
unsigned char uchar
unsigned char
Definition fl_types.h:30