28#include "Fl_Valuator.H" 
   52  Fl_Adjuster(
int X,
int Y,
int W,
int H,
const char *l=0);
 
   59  void soft(
int s) {soft_ = s;}
 
   66  int soft()
 const {
return soft_;}
 
 
void soft(int s)
If "soft" is turned on, the user is allowed to drag the value outside the range.
Definition Fl_Adjuster.H:59
int soft() const
If "soft" is turned on, the user is allowed to drag the value outside the range.
Definition Fl_Adjuster.H:66
Fl_Adjuster(int X, int Y, int W, int H, const char *l=0)
Creates a new Fl_Adjuster widget using the given position, size, and label string.
Definition Fl_Adjuster.cxx:162
virtual void value_damage()
Asks for partial redraw.
Definition Fl_Valuator.cxx:70
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