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
int soft() const
If "soft" is turned on, the user is allowed to drag the value outside the range.
Definition Fl_Adjuster.H:64
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:160
virtual void value_damage()
Asks for partial redraw.
Definition Fl_Valuator.cxx:68
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:26
#define FL_OVERRIDE
This macro makes it safe to use the C++11 keyword override with older compilers.
Definition fl_attr.h:46