26 #include "Fl_Valuator.H" 50 Fl_Adjuster(
int X,
int Y,
int W,
int H,
const char *l=0);
57 void soft(
int s) {soft_ = s;}
64 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:57
The Fl_Valuator class controls a single floating-point value and provides a consistent interface to s...
Definition: Fl_Valuator.H:47
virtual void value_damage()
Asks for partial redraw.
Definition: Fl_Valuator.cxx:68
int soft() const
If "soft" is turned on, the user is allowed to drag the value outside the range.
Definition: Fl_Adjuster.H:64
The Fl_Adjuster widget was stolen from Prisms, and has proven to be very useful for values that need ...
Definition: Fl_Adjuster.H:41