mirror of
https://github.com/python/cpython.git
synced 2025-10-14 18:59:46 +00:00
Moved toolbox to lib-toolbox, Sjoerd-style.
This commit is contained in:
parent
3802039cff
commit
0e680b7608
21 changed files with 1 additions and 1 deletions
104
Mac/Lib/lib-toolbox/AppleEvents.py
Normal file
104
Mac/Lib/lib-toolbox/AppleEvents.py
Normal file
|
@ -0,0 +1,104 @@
|
|||
# Generated from 'flap:Metrowerks:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:AppleEvents.h'
|
||||
|
||||
typeBoolean = 'bool'
|
||||
typeChar = 'TEXT'
|
||||
typeSMInt = 'shor'
|
||||
typeInteger = 'long'
|
||||
typeSMFloat = 'sing'
|
||||
typeFloat = 'doub'
|
||||
typeLongInteger = 'long'
|
||||
typeShortInteger = 'shor'
|
||||
typeLongFloat = 'doub'
|
||||
typeShortFloat = 'sing'
|
||||
typeExtended = 'exte'
|
||||
typeComp = 'comp'
|
||||
typeMagnitude = 'magn'
|
||||
typeAEList = 'list'
|
||||
typeAERecord = 'reco'
|
||||
typeAppleEvent = 'aevt'
|
||||
typeTrue = 'true'
|
||||
typeFalse = 'fals'
|
||||
typeAlias = 'alis'
|
||||
typeEnumerated = 'enum'
|
||||
typeType = 'type'
|
||||
typeAppParameters = 'appa'
|
||||
typeProperty = 'prop'
|
||||
typeFSS = 'fss '
|
||||
typeKeyword = 'keyw'
|
||||
typeSectionH = 'sect'
|
||||
typeWildCard = '****'
|
||||
typeApplSignature = 'sign'
|
||||
typeQDRectangle = 'qdrt'
|
||||
typeFixed = 'fixd'
|
||||
typeSessionID = 'ssid'
|
||||
typeTargetID = 'targ'
|
||||
typeProcessSerialNumber = 'psn '
|
||||
typeNull = 'null'
|
||||
keyDirectObject = '----'
|
||||
keyErrorNumber = 'errn'
|
||||
keyErrorString = 'errs'
|
||||
keyProcessSerialNumber = 'psn '
|
||||
keyTransactionIDAttr = 'tran'
|
||||
keyReturnIDAttr = 'rtid'
|
||||
keyEventClassAttr = 'evcl'
|
||||
keyEventIDAttr = 'evid'
|
||||
keyAddressAttr = 'addr'
|
||||
keyOptionalKeywordAttr = 'optk'
|
||||
keyTimeoutAttr = 'timo'
|
||||
keyInteractLevelAttr = 'inte'
|
||||
keyEventSourceAttr = 'esrc'
|
||||
keyMissedKeywordAttr = 'miss'
|
||||
keyOriginalAddressAttr = 'from'
|
||||
keyPreDispatch = 'phac'
|
||||
keySelectProc = 'selh'
|
||||
keyAERecorderCount = 'recr'
|
||||
keyAEVersion = 'vers'
|
||||
kCoreEventClass = 'aevt'
|
||||
kAEOpenApplication = 'oapp'
|
||||
kAEOpenDocuments = 'odoc'
|
||||
kAEPrintDocuments = 'pdoc'
|
||||
kAEQuitApplication = 'quit'
|
||||
kAEAnswer = 'ansr'
|
||||
kAEApplicationDied = 'obit'
|
||||
kAENoReply = 0x00000001
|
||||
kAEQueueReply = 0x00000002
|
||||
kAEWaitReply = 0x00000003
|
||||
kAENeverInteract = 0x00000010
|
||||
kAECanInteract = 0x00000020
|
||||
kAEAlwaysInteract = 0x00000030
|
||||
kAECanSwitchLayer = 0x00000040
|
||||
kAEDontReconnect = 0x00000080
|
||||
kAEDontRecord = 0x00001000
|
||||
kAEDontExecute = 0x00002000
|
||||
kAENormalPriority = 0x00000000
|
||||
kAEStartRecording = 'reca'
|
||||
kAEStopRecording = 'recc'
|
||||
kAENotifyStartRecording = 'rec1'
|
||||
kAENotifyStopRecording = 'rec0'
|
||||
kAENotifyRecording = 'recr'
|
||||
kAutoGenerateReturnID = -1
|
||||
kAnyTransactionID = 0
|
||||
kAEDefaultTimeout = -1
|
||||
kNoTimeOut = -2
|
||||
kAENoDispatch = 0
|
||||
kAEUseStandardDispatch = 0xFFFFFFFF
|
||||
kAEDoNotIgnoreHandler = 0x00000000
|
||||
kAEIgnoreAppPhacHandler = 0x00000001
|
||||
kAEIgnoreAppEventHandler = 0x00000002
|
||||
kAEIgnoreSysPhacHandler = 0x00000004
|
||||
kAEIgnoreSysEventHandler = 0x00000008
|
||||
kAEIngoreBuiltInEventHandler = 0x00000010
|
||||
kAEDontDisposeOnResume = 0x80000000
|
||||
kAEInteractWithSelf = 0
|
||||
kAEInteractWithLocal = 1
|
||||
kAEInteractWithAll = 2
|
||||
kAEUnknownSource = 0
|
||||
kAEDirectCall = 1
|
||||
kAESameProcess = 2
|
||||
kAELocalProcess = 3
|
||||
kAERemoteProcess = 4
|
||||
kAEDataArray = 0
|
||||
kAEPackedArray = 1
|
||||
kAEHandleArray = 2
|
||||
kAEDescArray = 3
|
||||
kAEKeyDescArray = 4
|
Loading…
Add table
Add a link
Reference in a new issue