Important: The information in this document is obsolete and should not be used for new development.
Before calling any functions dependent upon the Appearance Manager's presence, your application should pass the selector gestaltAppearanceAttr to the Gestalt function to determine whether the Appearance Manager is present. To determine which version of the Appearance Manager is installed, your application should check for the presence of the Gestalt selector gestaltAppearanceVersion .
enum {
gestaltAppearanceAttr = 'appr',
gestaltAppearanceVersion = 'apvr',
gestaltAppearanceExists = 0,
gestaltAppearanceCompatMode = 1
};