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 NamedStyledefault_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.

adjuster1.gif

Wed Jun 17 08:45:39 2009. FLTK ©2007 Bill Spitzak and others.
Permission is granted to reproduce this manual or any portion for any purpose, provided this copyright and permission notice are preserved.