Carbon


Folder Icon Constants

Header: Icons.h

enum {
    kGenericFolderIcon = 'fldr',
    kDropFolderIcon = 'dbox',
    kMountedFolderIcon = 'mntd',
    kOpenFolderIcon = 'ofld',
    kOwnedFolderIcon = 'ownd',
    kPrivateFolderIcon = 'prvf',
    kSharedFolderIcon = 'shfl'
};

Icon Services defines constants for a number of standard folder 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)