Guido van Rossum | 17448e2 | 1995-01-30 11:53:55 +0000 | [diff] [blame] | 1 | # Generated from 'D:Development:THINK C:Mac #includes:Apple #includes:AppleEvents.h' |
| 2 | typeBoolean = 'bool' |
| 3 | typeChar = 'TEXT' |
| 4 | typeSMInt = 'shor' |
| 5 | typeInteger = 'long' |
| 6 | typeSMFloat = 'sing' |
| 7 | typeFloat = 'doub' |
| 8 | typeLongInteger = 'long' |
| 9 | typeShortInteger = 'shor' |
| 10 | typeLongFloat = 'doub' |
| 11 | typeShortFloat = 'sing' |
| 12 | typeExtended = 'exte' |
| 13 | typeComp = 'comp' |
| 14 | typeMagnitude = 'magn' |
| 15 | typeAEList = 'list' |
| 16 | typeAERecord = 'reco' |
| 17 | typeAppleEvent = 'aevt' |
| 18 | typeTrue = 'true' |
| 19 | typeFalse = 'fals' |
| 20 | typeAlias = 'alis' |
| 21 | typeEnumerated = 'enum' |
| 22 | typeType = 'type' |
| 23 | typeAppParameters = 'appa' |
| 24 | typeProperty = 'prop' |
| 25 | typeFSS = 'fss ' |
| 26 | typeKeyword = 'keyw' |
| 27 | typeSectionH = 'sect' |
| 28 | typeWildCard = '****' |
| 29 | typeApplSignature = 'sign' |
| 30 | typeSessionID = 'ssid' |
| 31 | typeTargetID = 'targ' |
| 32 | typeProcessSerialNumber = 'psn ' |
| 33 | typeNull = 'null' |
| 34 | keyDirectObject = '----' |
| 35 | keyErrorNumber = 'errn' |
| 36 | keyErrorString = 'errs' |
| 37 | keyProcessSerialNumber = 'psn ' |
| 38 | keyTransactionIDAttr = 'tran' |
| 39 | keyReturnIDAttr = 'rtid' |
| 40 | keyEventClassAttr = 'evcl' |
| 41 | keyEventIDAttr = 'evid' |
| 42 | keyAddressAttr = 'addr' |
| 43 | keyOptionalKeywordAttr = 'optk' |
| 44 | keyTimeoutAttr = 'timo' |
| 45 | keyInteractLevelAttr = 'inte' |
| 46 | keyEventSourceAttr = 'esrc' |
| 47 | keyMissedKeywordAttr = 'miss' |
| 48 | keyOriginalAddressAttr = 'from' |
| 49 | keyPreDispatch = 'phac' |
| 50 | keySelectProc = 'selh' |
| 51 | keyAERecorderCount = 'recr' |
| 52 | keyAEVersion = 'vers' |
| 53 | kCoreEventClass = 'aevt' |
| 54 | kAEOpenApplication = 'oapp' |
| 55 | kAEOpenDocuments = 'odoc' |
| 56 | kAEPrintDocuments = 'pdoc' |
| 57 | kAEQuitApplication = 'quit' |
| 58 | kAEAnswer = 'ansr' |
| 59 | kAEApplicationDied = 'obit' |
| 60 | kAENoReply = 0x00000001 |
| 61 | kAEQueueReply = 0x00000002 |
| 62 | kAEWaitReply = 0x00000003 |
| 63 | kAENeverInteract = 0x00000010 |
| 64 | kAECanInteract = 0x00000020 |
| 65 | kAEAlwaysInteract = 0x00000030 |
| 66 | kAECanSwitchLayer = 0x00000040 |
| 67 | kAEDontReconnect = 0x00000080 |
| 68 | kAEDontRecord = 0x00001000 |
| 69 | kAEDontExecute = 0x00002000 |
| 70 | kAENormalPriority = 0x00000000 |
| 71 | kAEStartRecording = 'reca' |
| 72 | kAEStopRecording = 'recc' |
| 73 | kAENotifyStartRecording = 'rec1' |
| 74 | kAENotifyStopRecording = 'rec0' |
| 75 | kAENotifyRecording = 'recr' |
| 76 | kAutoGenerateReturnID = -1 |
| 77 | kAnyTransactionID = 0 |
| 78 | kAEDefaultTimeout = -1 |
| 79 | kNoTimeOut = -2 |
| 80 | kAENoDispatch = 0 |
| 81 | kAEUseStandardDispatch = -1 |
| 82 | errAECoercionFail = -1700 |
| 83 | errAEDescNotFound = -1701 |
| 84 | errAECorruptData = -1702 |
| 85 | errAEWrongDataType = -1703 |
| 86 | errAENotAEDesc = -1704 |
| 87 | errAEBadListItem = -1705 |
| 88 | errAENewerVersion = -1706 |
| 89 | errAENotAppleEvent = -1707 |
| 90 | errAEEventNotHandled = -1708 |
| 91 | errAEReplyNotValid = -1709 |
| 92 | errAEUnknownSendMode = -1710 |
| 93 | errAEWaitCanceled = -1711 |
| 94 | errAETimeout = -1712 |
| 95 | errAENoUserInteraction = -1713 |
| 96 | errAENotASpecialFunction = -1714 |
| 97 | errAEParamMissed = -1715 |
| 98 | errAEUnknownAddressType = -1716 |
| 99 | errAEHandlerNotFound = -1717 |
| 100 | errAEReplyNotArrived = -1718 |
| 101 | errAEIllegalIndex = -1719 |
| 102 | errAEUnknownObjectType = -1731 |
| 103 | errAERecordingIsAlreadyOn = -1732 |