home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 May / maximum-cd-2010-05.iso / DiscContents / boxee-0.9.20.10711.exe / system / python / Lib / plat-mac / Carbon / MacHelp.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-07-20  |  2.6 KB  |  63 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4.  
  5. def FOUR_CHAR_CODE(x):
  6.     return x
  7.  
  8. kMacHelpVersion = 3
  9. kHMSupplyContent = 0
  10. kHMDisposeContent = 1
  11. kHMNoContent = FOUR_CHAR_CODE('none')
  12. kHMCFStringContent = FOUR_CHAR_CODE('cfst')
  13. kHMPascalStrContent = FOUR_CHAR_CODE('pstr')
  14. kHMStringResContent = FOUR_CHAR_CODE('str#')
  15. kHMTEHandleContent = FOUR_CHAR_CODE('txth')
  16. kHMTextResContent = FOUR_CHAR_CODE('text')
  17. kHMStrResContent = FOUR_CHAR_CODE('str ')
  18. kHMDefaultSide = 0
  19. kHMOutsideTopScriptAligned = 1
  20. kHMOutsideLeftCenterAligned = 2
  21. kHMOutsideBottomScriptAligned = 3
  22. kHMOutsideRightCenterAligned = 4
  23. kHMOutsideTopLeftAligned = 5
  24. kHMOutsideTopRightAligned = 6
  25. kHMOutsideLeftTopAligned = 7
  26. kHMOutsideLeftBottomAligned = 8
  27. kHMOutsideBottomLeftAligned = 9
  28. kHMOutsideBottomRightAligned = 10
  29. kHMOutsideRightTopAligned = 11
  30. kHMOutsideRightBottomAligned = 12
  31. kHMOutsideTopCenterAligned = 13
  32. kHMOutsideBottomCenterAligned = 14
  33. kHMInsideRightCenterAligned = 15
  34. kHMInsideLeftCenterAligned = 16
  35. kHMInsideBottomCenterAligned = 17
  36. kHMInsideTopCenterAligned = 18
  37. kHMInsideTopLeftCorner = 19
  38. kHMInsideTopRightCorner = 20
  39. kHMInsideBottomLeftCorner = 21
  40. kHMInsideBottomRightCorner = 22
  41. kHMAbsoluteCenterAligned = 23
  42. kHMTopSide = kHMOutsideTopScriptAligned
  43. kHMLeftSide = kHMOutsideLeftCenterAligned
  44. kHMBottomSide = kHMOutsideBottomScriptAligned
  45. kHMRightSide = kHMOutsideRightCenterAligned
  46. kHMTopLeftCorner = kHMOutsideTopLeftAligned
  47. kHMTopRightCorner = kHMOutsideTopRightAligned
  48. kHMLeftTopCorner = kHMOutsideLeftTopAligned
  49. kHMLeftBottomCorner = kHMOutsideLeftBottomAligned
  50. kHMBottomLeftCorner = kHMOutsideBottomLeftAligned
  51. kHMBottomRightCorner = kHMOutsideBottomRightAligned
  52. kHMRightTopCorner = kHMOutsideRightTopAligned
  53. kHMRightBottomCorner = kHMOutsideRightBottomAligned
  54. kHMContentProvided = 0
  55. kHMContentNotProvided = 1
  56. kHMContentNotProvidedDontPropagate = 2
  57. kHMMinimumContentIndex = 0
  58. kHMMaximumContentIndex = 1
  59. errHMIllegalContentForMinimumState = -10980
  60. errHMIllegalContentForMaximumState = -10981
  61. kHMIllegalContentForMinimumState = errHMIllegalContentForMinimumState
  62. kHelpTagEventHandlerTag = FOUR_CHAR_CODE('hevt')
  63.