Carbon


gestaltQuickdrawFeatures

Header: Gestalt.h

enum {
    gestaltQuickdrawFeatures = 'qdrw',
    gestaltHasColor = 0,
    gestaltHasDeepGWorlds = 1,
    gestaltHasDirectPixMaps = 2,
    gestaltHasGrayishTextOr = 3,
    gestaltSupportsMirroring = 4,
    gestaltQDHasLongRowBytes = 5
};

Constant descriptions

gestaltQuickdrawFeatures

The selector you pass to the Gestalt function to determine the QuickDraw features.

gestaltHasColor
gestaltHasDeepGWorlds
gestaltHasDirectPixMaps
gestaltHasGrayishTextOr
gestaltSupportsMirroring
gestaltQDHasLongRowBytes


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