Carbon


Icon Type Constants

Header: Files.h

For the icon type in ioIconType, specify a constant from this enumeration:

enum {
    kLargeIcon = 1,
    kLarge4BitIcon = 2,
    kLarge8BitIcon = 3,
    kSmallIcon = 4,
    kSmall4BitIcon = 5,
    kSmall8BitIcon = 6
};

Constant descriptions

kLargeIcon

Large black-and-white icon with mask. Corresponding resource type: 'ICN#'.

kLarge4BitIcon

Large 4-bit color icon. Corresponding resource type: 'icl4’.

kLarge8BitIcon

Large 8-bit color icon. Corresponding resource type: 'icl8'.

kSmallIcon

Small black-and-white icon with mask. Corresponding resource type: 'ics#'.

kSmall4BitIcon

Small 4-bit color icon. Corresponding resource type: 'ics4'.

kSmall8BitIcon

Small 8-bit color icon. Corresponding resource type: 'ics8'.


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