Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Macintosh Toolbox Essentials /
Chapter 5 - Control Manager / Control Manager Reference
Application-Defined Routines / Defining Your Own Action Procedures


MyIndicatorAction

Here's how to declare an action procedure for an indicator if you were to name the procedure MyIndicatorAction:

PROCEDURE MyIndicatorAction;
DESCRIPTION
Your procedure can perform any action appropriate for the control part. For example, if your application plays music while displaying a volume control slider, your application should change the volume in response to the user's action in the slider switch.

SEE ALSO
See the MyAction procedure described on page 5-109 for other considerations.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996