fltk::Adjuster Class Reference
Inherits
fltk::Valuator.
List of all members.
|
Public Member Functions |
| Adjuster (int x, int y, int w, int h, const char *l=0) |
int | handle (int) |
int | soft () const |
void | soft (int x) |
Static Public Attributes |
static NamedStyle * | default_style |
Protected Member Functions |
void | draw () |
void | value_damage () |
Detailed Description
Valuator widget that displays three buttons. The user pushes down the button and drags left/right to adjust, or clicks the button to step, or shift-clicks to step backwards. One button moves in the step() values, the next in 10*step(), and the third in 100*step(). Holding down shift makes the buttons move in the opposite way. Depreciated.