/Lib/plat-mac/Carbon/Resources.py

http://unladen-swallow.googlecode.com/ · Python · 27 lines · 25 code · 1 blank · 1 comment · 0 complexity · b78816c3658c4cc2105dcf6ee45536ec MD5 · raw file

  1. # Generated from 'Resources.h'
  2. resSysHeap = 64
  3. resPurgeable = 32
  4. resLocked = 16
  5. resProtected = 8
  6. resPreload = 4
  7. resChanged = 2
  8. mapReadOnly = 128
  9. mapCompact = 64
  10. mapChanged = 32
  11. resSysRefBit = 7
  12. resSysHeapBit = 6
  13. resPurgeableBit = 5
  14. resLockedBit = 4
  15. resProtectedBit = 3
  16. resPreloadBit = 2
  17. resChangedBit = 1
  18. mapReadOnlyBit = 7
  19. mapCompactBit = 6
  20. mapChangedBit = 5
  21. kResFileNotOpened = -1
  22. kSystemResFile = 0
  23. kRsrcChainBelowSystemMap = 0
  24. kRsrcChainBelowApplicationMap = 1
  25. kRsrcChainAboveApplicationMap = 2
  26. kRsrcChainAboveAllMaps = 4