Carbon


Determining Scrap Manager Attributes

Header: Gestalt.h

enum {
    gestaltScrapMgrAttr = 'scra',
    gestaltScrapMgrTranslationAware = 0
};

Constant descriptions

gestaltScrapMgrAttr

The Gestalt selector you pass to determine which Scrap Manager attributes are present.

gestaltScrapMgrTranslationAware

If true, the Scrap Manager supports Translation Manager.

Before calling any function dependent upon the Scrap Manager, your application should pass the selector gestaltScrapMgrAttr to the Gestalt function to determine the Scrap Manager attributes that are present.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)