8.13.18 InputInteger class: An integer input item.

Options: 'min', 'max': range of the scale (integer)

The InputInteger class has this constructor:

class InputInteger( name,value,None)
Creates a new integer input field with a label in front.

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