mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Component mgr support
This commit is contained in:
parent
41058c0d0b
commit
b996856d12
6 changed files with 1165 additions and 0 deletions
23
Mac/Lib/toolbox/Components.py
Normal file
23
Mac/Lib/toolbox/Components.py
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Generated from 'Sap:CodeWarrior7:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Components.h'
|
||||
|
||||
kAppleManufacturer = 'appl'
|
||||
kComponentResourceType = 'thng'
|
||||
kAnyComponentType = 0
|
||||
kAnyComponentSubType = 0
|
||||
kAnyComponentManufacturer = 0
|
||||
kAnyComponentFlagsMask = 0
|
||||
cmpWantsRegisterMessage = 1L << 31
|
||||
kComponentOpenSelect = -1
|
||||
kComponentCloseSelect = -2
|
||||
kComponentCanDoSelect = -3
|
||||
kComponentVersionSelect = -4
|
||||
kComponentRegisterSelect = -5
|
||||
kComponentTargetSelect = -6
|
||||
kComponentUnregisterSelect = -7
|
||||
defaultComponentIdentical = 0
|
||||
defaultComponentAnyFlags = 1
|
||||
defaultComponentAnyManufacturer = 2
|
||||
defaultComponentAnySubType = 4
|
||||
registerComponentGlobal = 1
|
||||
registerComponentNoDuplicates = 2
|
||||
registerComponentAfterExisting = 4
|
||||
Loading…
Add table
Add a link
Reference in a new issue