OTD #033; Revision 0.
Group: gui.
Extends: widget.input
An input widget, restricted to numerical input, and also including small increment/decrement controls. The target property should have a type of text/x-int or text/x-float. If the target is a vector (text/x-vector-*), then a suitable multipart input control (or, just several input controls), will be used.
Maximum value. Datatype should match target. Default is 1.0 for floating point values, and 100 for integer values.
Minimum value. Datatype should match target. Default is 0.
Increment/decrement amount. Datatype should match target. Default is 0.1 for floating point values, and 1 for integer values.
this type defines no new messages.