37#include "Fl_Valuator.H"
61 Fl_Adjuster(
int X,
int Y,
int W,
int H,
const char *l=0);
68 void soft(
int s) {soft_ = s;}
75 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:68
int soft() const
If "soft" is turned on, the user is allowed to drag the value outside the range.
Definition Fl_Adjuster.H:75
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:171
virtual void value_damage()
Asks for partial redraw.
Definition Fl_Valuator.cxx:69
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:37