35#include "Fl_Valuator.H"
39#define FL_VERT_SLIDER 0
40#define FL_HOR_SLIDER 1
41#define FL_VERT_FILL_SLIDER 2
42#define FL_HOR_FILL_SLIDER 3
43#define FL_VERT_NICE_SLIDER 4
44#define FL_HOR_NICE_SLIDER 5
75 void draw_bg(
int,
int,
int,
int);
80 void draw(
int,
int,
int,
int);
81 int handle(
int,
int,
int,
int,
int);
87 Fl_Slider(
int X,
int Y,
int W,
int H,
const char *L = 0);
91 void bounds(
double a,
double b);
107 void slider_size(
double v);
Fl_Boxtype
Definition Enumerations.H:472
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:47
void slider(Fl_Boxtype c)
Sets the slider box type.
Definition Fl_Slider.H:113
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:93
float slider_size() const
Get the dimensions of the moving piece of slider.
Definition Fl_Slider.H:96
Fl_Boxtype slider() const
Gets the slider box type.
Definition Fl_Slider.H:110
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
void bounds(double a, double b)
Sets the minimum (a) and maximum (b) values for the valuator widget.
Definition Fl_Valuator.H:81
unsigned char uchar
unsigned char
Definition fl_types.h:39