Carbon


kAEDoObjectsExist

Header: AERegistry.h

enum {
    kAEDoObjectsExist = 'doex',
    kAEDoScript = 'dosc',
    kAEDrag = 'drag',
    kAEDuplicateSelection = 'sdup',
    kAEEditGraphic = 'edit',
    kAEEmptyTrash = 'empt',
    kAEEnd = 'end ',
    kAEEndsWith = 'ends',
    kAEEndTransaction = 'endt',
    kAEEquals = '=   ',
    kAEExpanded = 'pexp',
    kAEFast = 'fast',
    kAEFinderEvents = 'FNDR',
    kAEFormulaProtect = 'fpro',
    kAEFullyJustified = 'full',
    kAEGetClassInfo = 'qobj',
    kAEGetData = 'getd',
    kAEGetDataSize = 'dsiz',
    kAEGetEventInfo = 'gtei',
    kAEGetInfoSelection = 'sinf'
};

Constant descriptions

kAEDoObjectsExist
kAEDoScript
kAEDrag
kAEDuplicateSelection
kAEEditGraphic
kAEEmptyTrash
kAEEnd
kAEEndsWith

The value of operand1 ends with the value of operand2 (for example, the string "operand" ends with the string "and").

kAEEndTransaction
kAEEquals

The value of operand1 is equal to the value of operand2

kAEExpanded
kAEFast
kAEFinderEvents

An event that the Finder accepts.

kAEFormulaProtect
kAEFullyJustified
kAEGetClassInfo
kAEGetData
kAEGetDataSize
kAEGetEventInfo
kAEGetInfoSelection

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