8.13.21 InputFSlider class: A float 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 InputFSlider class has this constructor:

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

InputFSlider objects have the following methods:

set_value( val)