ControlActionProcPtr | Defines actions to be performed repeatedly in response to a mouse-down event in a control part. |
ControlDefProcPtr | If you wish to define new, nonstandard controls for your application, you must write a control definition function and store it in a resource file as a resource of type 'CDEF'. |
ControlKeyFilterProcPtr | The key filter function allows for the interception and possible changing of keystrokes destined for a control. |
ControlEditTextValidationProcPtr | Ensures that the content of an editable text control is valid. |
ControlUserPaneActivateProcPtr | Handles activate and deactivate event processing. |
ControlUserPaneBackgroundProcPtr | Sets the background color or pattern for user panes that support embedding. |
ControlUserPaneDrawProcPtr | Draws the content of your user pane control in the rectangle of user pane control. |
ControlUserPaneFocusProcPtr | Handles keyboard focus. |
ControlUserPaneHitTestProcPtr | Returns the part code of the control that the point was in when the mouse-down event occurred. |
ControlUserPaneIdleProcPtr | Performs idle processing. |
ControlUserPaneKeyDownProcPtr | Handles keyboard event processing. |
ControlUserPaneTrackingProcPtr | Tracks a control while the user holds down the mouse button. |
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)