31 #ifndef Fl_Scrollbar_H
32 #define Fl_Scrollbar_H
34 #include "Fl_Slider.H"
56 static void timeout_cb(
void*);
63 Fl_Scrollbar(
int X,
int Y,
int W,
int H,
const char *L = 0);
98 int value(
int pos,
int size,
int first,
int total) {
The Fl_Slider widget contains a sliding knob inside a box.
Definition: Fl_Slider.H:70
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
double value() const
Gets the floating point(double) value.
Definition: Fl_Valuator.H:131
void draw()
Draws the widget.
Definition: Fl_Slider.cxx:220