source: trunk/essentials/dev-lang/python/Lib/plat-mac/Carbon/Resources.py@ 3393

Last change on this file since 3393 was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 527 bytes
Line 
1# Generated from 'Resources.h'
2
3resSysHeap = 64
4resPurgeable = 32
5resLocked = 16
6resProtected = 8
7resPreload = 4
8resChanged = 2
9mapReadOnly = 128
10mapCompact = 64
11mapChanged = 32
12resSysRefBit = 7
13resSysHeapBit = 6
14resPurgeableBit = 5
15resLockedBit = 4
16resProtectedBit = 3
17resPreloadBit = 2
18resChangedBit = 1
19mapReadOnlyBit = 7
20mapCompactBit = 6
21mapChangedBit = 5
22kResFileNotOpened = -1
23kSystemResFile = 0
24kRsrcChainBelowSystemMap = 0
25kRsrcChainBelowApplicationMap = 1
26kRsrcChainAboveApplicationMap = 2
27kRsrcChainAboveAllMaps = 4
Note: See TracBrowser for help on using the repository browser.