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

http://unladen-swallow.googlecode.com/ · Python · 57 lines · 55 code · 1 blank · 1 comment · 0 complexity · 060e90b496d27be2306f66346437beb4 MD5 · raw file

  1. # Generated from 'TextEdit.h'
  2. teJustLeft = 0
  3. teJustCenter = 1
  4. teJustRight = -1
  5. teForceLeft = -2
  6. teFlushDefault = 0
  7. teCenter = 1
  8. teFlushRight = -1
  9. teFlushLeft = -2
  10. fontBit = 0
  11. faceBit = 1
  12. sizeBit = 2
  13. clrBit = 3
  14. addSizeBit = 4
  15. toggleBit = 5
  16. doFont = 1
  17. doFace = 2
  18. doSize = 4
  19. doColor = 8
  20. doAll = 15
  21. addSize = 16
  22. doToggle = 32
  23. EOLHook = 0
  24. DRAWHook = 4
  25. WIDTHHook = 8
  26. HITTESTHook = 12
  27. nWIDTHHook = 24
  28. TextWidthHook = 28
  29. intEOLHook = 0
  30. intDrawHook = 1
  31. intWidthHook = 2
  32. intHitTestHook = 3
  33. intNWidthHook = 6
  34. intTextWidthHook = 7
  35. intInlineInputTSMTEPreUpdateHook = 8
  36. intInlineInputTSMTEPostUpdateHook = 9
  37. teFAutoScroll = 0
  38. teFTextBuffering = 1
  39. teFOutlineHilite = 2
  40. teFInlineInput = 3
  41. teFUseWhiteBackground = 4
  42. teFUseInlineInput = 5
  43. teFInlineInputAutoScroll = 6
  44. teFIdleWithEventLoopTimer = 7
  45. teBitClear = 0
  46. teBitSet = 1
  47. teBitTest = -1
  48. teWordSelect = 4
  49. teWordDrag = 8
  50. teFromFind = 12
  51. teFromRecal = 16
  52. teFind = 0
  53. teHighlight = 1
  54. teDraw = -1
  55. teCaret = -2
  56. teFUseTextServices = 4