8.13.20 InputSlider class: An integer input item using a slider.

Options: 'min', 'max': range of the scale (integer) 'ticks' : step for the tick marks (default range length / 10) 'func' : an optional function to be called whenever the value is changed. The function takes a float/integer argument.

The InputSlider class has this constructor:

class InputSlider( name,value,None)
Creates a new integer input slider.

InputSlider objects have the following methods:

set_value( val)