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

http://unladen-swallow.googlecode.com/ · Python · 35 lines · 33 code · 1 blank · 1 comment · 0 complexity · f8769cfb40be539a08dda83abc0295fb MD5 · raw file

  1. # Generated from 'Lists.h'
  2. def FOUR_CHAR_CODE(x): return x
  3. listNotifyNothing = FOUR_CHAR_CODE('nada')
  4. listNotifyClick = FOUR_CHAR_CODE('clik')
  5. listNotifyDoubleClick = FOUR_CHAR_CODE('dblc')
  6. listNotifyPreClick = FOUR_CHAR_CODE('pclk')
  7. lDrawingModeOffBit = 3
  8. lDoVAutoscrollBit = 1
  9. lDoHAutoscrollBit = 0
  10. lDrawingModeOff = 8
  11. lDoVAutoscroll = 2
  12. lDoHAutoscroll = 1
  13. lOnlyOneBit = 7
  14. lExtendDragBit = 6
  15. lNoDisjointBit = 5
  16. lNoExtendBit = 4
  17. lNoRectBit = 3
  18. lUseSenseBit = 2
  19. lNoNilHiliteBit = 1
  20. lOnlyOne = -128
  21. lExtendDrag = 64
  22. lNoDisjoint = 32
  23. lNoExtend = 16
  24. lNoRect = 8
  25. lUseSense = 4
  26. lNoNilHilite = 2
  27. lInitMsg = 0
  28. lDrawMsg = 1
  29. lHiliteMsg = 2
  30. lCloseMsg = 3
  31. kListDefProcPtr = 0
  32. kListDefUserProcType = kListDefProcPtr
  33. kListDefStandardTextType = 1
  34. kListDefStandardIconType = 2