diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 1999-12-14 15:44:53 +0000 |
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 1999-12-14 15:44:53 +0000 |
| commit | 1836dbe22d45ac7066a1fdb3cbf3f041b2c5e727 (patch) | |
| tree | d1fee203089475a4cd9f22b76018b401d80683b6 /Mac/Lib/lib-toolbox/AppleEvents.py | |
| parent | d16b5abc073fd6f9bce1e40862fd851db6faf3e4 (diff) | |
| download | cpython-git-1836dbe22d45ac7066a1fdb3cbf3f041b2c5e727.tar.gz | |
Regenerated now that bgen can handle a few more constructs in constant definitions.
Diffstat (limited to 'Mac/Lib/lib-toolbox/AppleEvents.py')
| -rw-r--r-- | Mac/Lib/lib-toolbox/AppleEvents.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mac/Lib/lib-toolbox/AppleEvents.py b/Mac/Lib/lib-toolbox/AppleEvents.py index 544d16ba54..d4bec69acb 100644 --- a/Mac/Lib/lib-toolbox/AppleEvents.py +++ b/Mac/Lib/lib-toolbox/AppleEvents.py @@ -1,4 +1,4 @@ -# Generated from 'moes:Metrowerks:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:AppleEvents.h' +# Generated from 'flap:CodeWarrior Pro 5:Metrowerks CodeWarrior:MacOS Support:Universal:Interfaces:CIncludes:AppleEvents.h' def FOUR_CHAR_CODE(x): return x from AEDataModel import * @@ -52,4 +52,6 @@ kAEIgnoreAppEventHandler = 0x00000002 kAEIgnoreSysPhacHandler = 0x00000004 kAEIgnoreSysEventHandler = 0x00000008 kAEIngoreBuiltInEventHandler = 0x00000010 +# kAEDontDisposeOnResume = (long)0x80000000 kAENoDispatch = 0 +# kAEUseStandardDispatch = (long)0xFFFFFFFF |
