source: python/trunk/Lib/plat-mac/Carbon/Resources.py

Last change on this file was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
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.