22 #ifndef Fl_Scrollbar_H    23 #define Fl_Scrollbar_H    25 #include "Fl_Slider.H"    47   static void timeout_cb(
void*);
    54   Fl_Scrollbar(
int X,
int Y,
int W,
int H, 
const char *L = 0);
    89   int value(
int pos, 
int windowSize, 
int first, 
int total) {
 
The Fl_Slider widget contains a sliding knob inside a box. 
Definition: Fl_Slider.H:61
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:86
double value() const
Gets the floating point(double) value. 
Definition: Fl_Valuator.H:125
void draw()
Draws the widget. 
Definition: Fl_Slider.cxx:213