Carbon


Miscellaneous Icon Constants

Header: Icons.h

enum {
    kAppleLogoIcon = 'capl',
    kAppleMenuIcon = 'sapl',
    kBackwardArrowIcon = 'baro',
    kFavoriteItemsIcon = 'favr',
    kForwardArrowIcon = 'faro',
    kGridIcon = 'grid',
    kHelpIcon = 'help',
    kKeepArrangedIcon = 'arng',
    kLockedIcon = 'lock',
    kNoFilesIcon = 'nfil',
    kNoFolderIcon = 'nfld',
    kNoWriteIcon = 'nwrt',
    kProtectedApplicationFolderIcon = 'papp',
    kProtectedSystemFolderIcon = 'psys',
    kRecentItemsIcon = 'rcnt',
    kShortcutIcon = 'shrt',
    kSortAscendingIcon = 'asnd',
    kSortDescendingIcon = 'dsnd',
    kUnlockedIcon = 'ulck',
    kConnectToIcon = 'cnct'
};

Icon Services defines constants for a number of miscellaneous icons. 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)