alignment: anIntegerSpecifies the text alignment used by the widget.
allowNil: aBooleanSpecifies whether the text field may have a blank (nil) value.
amString: aStringSpecifies the string used for AM time values in 12 hour mode.
editable: aBoolean
Specifies whether a user can edit text in the entry field part of the spin button.
leadingZero: aBooleanSpecifies whether the hour field is displayed with a leading zero.
maximum: anInteger
Specifies a numeric spin button’s maximum value.
minimum: anInteger
Specifies a numeric spin button’s minimum value.
pmString: aStringSpecifies the string used for PM time values in 12 hour mode.
separator: aCharacterSpecifies the separator character used to separate the hour and minute fields.
twelveHour: aBooleanSpecifies whether the time is displayed in 12 hour format or not.
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.
Time Changed
These events are triggered when the time represented by the widget changes.
Copyright 2005, 2019 Instantiations, Inc. All rights reserved.