26#include "Fl_Valuator.H" 
   30#define FL_VERT_SLIDER          0 
   31#define FL_HOR_SLIDER           1 
   32#define FL_VERT_FILL_SLIDER     2 
   33#define FL_HOR_FILL_SLIDER      3 
   34#define FL_VERT_NICE_SLIDER     4 
   35#define FL_HOR_NICE_SLIDER      5 
   66  void draw_bg(
int, 
int, 
int, 
int);
 
   71  void draw(
int, 
int, 
int, 
int);
 
   72  int handle(
int, 
int, 
int, 
int, 
int);
 
   78  Fl_Slider(
int X,
int Y,
int W,
int H, 
const char *L = 0);
 
   82  void bounds(
double a, 
double b);
 
   98  void slider_size(
double v);
 
 
Fl_Boxtype
Definition Enumerations.H:610
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
void slider(Fl_Boxtype c)
Sets the slider box type.
Definition Fl_Slider.H:104
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
float slider_size() const
Get the dimensions of the moving piece of slider.
Definition Fl_Slider.H:87
Fl_Boxtype slider() const
Gets the slider box type.
Definition Fl_Slider.H:101
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:28
void bounds(double a, double b)
Sets the minimum (a) and maximum (b) values for the valuator widget.
Definition Fl_Valuator.H:75
unsigned char uchar
unsigned char
Definition fl_types.h:30