alignment: anIntegerSpecifies the text alignment used by the widget.
allowNil: aBooleanSpecifies whether the text field may have a blank (nil) value.
editable: aBoolean
Specifies whether a user can edit text in the entry field part of the spin button.
maximum: anInteger
Specifies a numeric spin button’s maximum value.
minimum: anInteger
Specifies a numeric spin button’s minimum value.
numericSpinInterval: anInteger
Specifies the amount to increase or decrease a numeric spin button when the corresponding arrow is selected.
value: aStringSpecifies the initial value of the widget.
wrapAround: aBoolean
Specifies whether the spin button should cycle or stop upon reaching the end of the collection, or max or min for a numeric spin button.
Activated
These events are triggered when the user presses the default action key. This is typically a carriage return.
Decremented
These events are triggered when the user decreases the spin button value by one step. This can happen either when the down arrow key is pressed or when the down arrow button is selected with the mouse.
Getting Focus
These events are triggered before the entry field has accepted input focus.
Incremented
These events are triggered when the user increases the spin button value by one step. This can happen either when the up arrow key is pressed or the up arrow button is selected with the mouse.
Losing Focus
These events are triggered before the entry field loses input focus.
Object Changed
These events are triggered when the part’s vale is changed.
Copyright 2005, 2020 Instantiations, Inc. All rights reserved.