click
Programatically click the button.disabledGraphicsDescriptor: aGraphicsDescriptor
Specifies the graphics descriptor which draws on the face of the widget when it is disabled.disabledLabelString: aString
Specifies the renderable object (string) which draws on the face of the widget when it is disabled.drawPolicy: anInteger
Specifies the drawing policy used in rendering buttons. The drawing policy determines two things for a button:graphicsDescriptor: aGraphicsDescriptor
Specifies the graphics descriptor which draws on the face of the widget.orientation: anInteger
Specifies whether the image and label are displayed vertically or horizontally.pressedGraphicsDescriptor: aGraphicsDescriptor
Specifies the graphics descriptor which draws on the face of the widget when it is pressed.pressedLabelString: aString
Specifies the renderable object (string) which draws on the face of the widget when it is pressed.showAsDefault: aBoolean
Specifies whether the PushButton should be visually marked as a default button.Clicked
These events are triggered when the button has been clicked. Buttons are clicked when the mouse is clicked and released within the button. Buttons may also be clicked via the space bar when the button has focus or via a carriage return when a button is a default button.Default Action Requested
These events are triggered when the widget is double clicked.checkedGraphicsDescriptor: aGraphicsDescriptor
Specifies the graphics descriptor which draws on the face of the widget when it is checked.checkedLabelString: aString
Specifies the renderable object (string) which draws on the face of the widget when it is checked.click
Programatically click the button.disabledGraphicsDescriptor: aGraphicsDescriptor
Specifies the graphics descriptor which draws on the face of the widget when it is disabled.disabledLabelString: aString
Specifies the renderable object (string) which draws on the face of the widget when it is disabled.drawPolicy: anInteger
Specifies the drawing policy used in rendering buttons. The drawing policy determines two things for a button:graphicsDescriptor: aGraphicsDescriptor
Specifies the graphics descriptor which draws on the face of the widget.orientation: anInteger
Specifies whether the image and label are displayed vertically or horizontally.pressedGraphicsDescriptor: aGraphicsDescriptor
Specifies the graphics descriptor which draws on the face of the widget when it is pressed.pressedLabelString: aString
Specifies the renderable object (string) which draws on the face of the widget when it is pressed.selection: aBoolean
Displays the button in its selected state if set to true.set
Set the receiver's state to on (true).showAsDefault: aBoolean
Specifies whether the PushButton should be visually marked as a default button.Default Action Requested
These events are triggered when the widget is double clicked.Selection Changed
These events are triggered when the part’s value is changed.
Copyright © 2005, 2014 Instantiations, Inc. All rights reserved.
|