Classes
SpinBox | A spin box widget which manipulates integer values. |
Bases: enaml.widgets.control.Control
A spin box widget which manipulates integer values.
The minimum value for the spin box. Defaults to 0.
The maximum value for the spin box. Defaults to 100.
The position value of the spin box. The value will be clipped to always fall between the minimum and maximum.
An optional prefix to include in the displayed text.
An optional suffix to include in the displayed text.
Optional text to display when the spin box is at its minimum. This allows the developer to indicate to the user a special significance to the minimum value e.g. “Auto”
The step size for the spin box. Defaults to 1.
Whether or not the spin box is read-only. If True, the user will not be able to edit the values in the spin box, but they will still be able to copy the text to the clipboard.
Whether or not the spin box will wrap around at its extremes. Defaults to False.
A spin box expands freely in width by default.
A reference to the ProxySpinBox object.