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: Operating System Utilities /
Chapter 5 - Control Panel Extensions / Control Panel Extensions Reference


Control Panel Extension-Defined Routines

This section describes the routines you'll need to define in order to write a control panel extension. You need to write routines that respond to panel-specific request codes. The panel-specific request codes request your control panel extension to perform various actions. These actions include:

Your control panel extension-defined routines should always return result codes of type ComponentResult. If a routine succeeds, it should return noErr.

See "Dispatching to Control Panel Extension-Defined Routines" beginning on page 5-9 for a description of how you call these routines from within a control panel extension.


Subtopics
Managing Panel Components
Handling Panel Events
Managing Panel Settings

Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996