Carbon


Standard Icon Badge Constants

Header: Icons.h

enum {
    kAppleScriptBadgeIcon = 'scrp',
    kLockedBadgeIcon = 'lbdg',
    kMountedBadgeIcon = 'mbdg',
    kSharedBadgeIcon = 'sbdg',
    kAliasBadgeIcon = 'abdg'
};

Icon Services defines constants for a number of standard badges. You can pass one of these constants in the iconType parameter of the function GetIconRef, for example.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)