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_;}
The Fl_Adjuster widget was stolen from Prisms, and has proven to be very useful for values that need ...
Definition: Fl_Adjuster.H:43
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
The Fl_Valuator class controls a single floating-point value and provides a consistent interface to s...
Definition: Fl_Valuator.H:49
virtual void value_damage()
Asks for partial redraw.
Definition: Fl_Valuator.cxx:70