Important: The information in this document is obsolete and should not be used for new development.
Managing Panel Settings
A control panel extension should respond to thekPanelValidateInputSelect,
kPanelGetSettingsSelect
, andkPanelSetSettingsSelect
request codes. You typically define subroutines that the main program of your control panel extension calls (using the routineCallComponentFunctionWithStorage
) to handle these requests. You can choose any name for these subroutines, but by convention they're calledMyPanelValidateInput,
MyPanelGetSettings
, andMyPanelSetSettings
. These routines should manage item settings in a panel.
- Note
- Current versions of the Sound and Video control panels do not send the
kPanelValidateInputSelect
,kPanelGetSettingsSelect
, orkPanelSetSettingsSelect
request code.
Subtopics
- MyPanelValidateInput
- MyPanelGetSettings
- MyPanelSetSettings