8.13.11 InputInfo class: An unchangeable input item.

The InputInfo class has this constructor:

class InputInfo( name,value)
Creates a new info field with a label in front.

The info input field is an unchangeable text field.

InputInfo objects have the following methods:

value( )
Return the widget's value.

setValue( val)
Change the widget's value.