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) {
 
 
 
void draw()
Draws the widget.
Definition Fl_Slider.cxx:213
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:40
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