8.13.19 InputFloat class: An float input item.

The InputFloat class has this constructor:

class InputFloat( name,value)
Creates a new float input field with a label in front.

InputFloat objects have the following methods:

show( )
Select all text on first display.

value( )
Return the widget's value.

setValue( val)
Change the widget's value.