Carbon


gestaltStandardFileAttr

Header: Gestalt.h

enum {
    gestaltStandardFileAttr = 'stdf',
    gestaltStandardFile58 = 0,
    gestaltStandardFileTranslationAware = 1,
    gestaltStandardFileHasColorIcons = 2,
    gestaltStandardFileUseGenericIcons = 3,
    gestaltStandardFileHasDynamicVolumeAllocation = 4
};

Constant descriptions

gestaltStandardFileAttr

The selector you pass to the Gestalt function to determine the Standard File Package attributes.

gestaltStandardFile58

If the gestaltStandardFile58 flag bit is set, you can call the four new procedures—StandardPutFile, StandardGetFile, CustomPutFile, and CustomGetFile—introduced with System 7. (The name of the constant reflects the enabling of selectors 5 through 8 on the trap macro that handles the Standard File Package.)

gestaltStandardFileTranslationAware
gestaltStandardFileHasColorIcons
gestaltStandardFileUseGenericIcons
gestaltStandardFileHasDynamicVolumeAllocation


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