home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 56 / CDPowerplay56Disc2.iso / demos / blade / data1.cab / Program_Executable_Files / Lib / PythonLib / lib-tk / Tkconstants.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2000-10-27  |  1.7 KB  |  55 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 1.5)
  3.  
  4. NO = FALSE = OFF = 0
  5. YES = TRUE = ON = 1
  6. N = 'n'
  7. S = 's'
  8. W = 'w'
  9. E = 'e'
  10. NW = 'nw'
  11. SW = 'sw'
  12. NE = 'ne'
  13. SE = 'se'
  14. CENTER = 'center'
  15. NONE = 'none'
  16. X = 'x'
  17. Y = 'y'
  18. BOTH = 'both'
  19. LEFT = 'left'
  20. TOP = 'top'
  21. RIGHT = 'right'
  22. BOTTOM = 'bottom'
  23. RAISED = 'raised'
  24. SUNKEN = 'sunken'
  25. FLAT = 'flat'
  26. RIDGE = 'ridge'
  27. GROOVE = 'groove'
  28. SOLID = 'solid'
  29. HORIZONTAL = 'horizontal'
  30. VERTICAL = 'vertical'
  31. NUMERIC = 'numeric'
  32. CHAR = 'char'
  33. WORD = 'word'
  34. BASELINE = 'baseline'
  35. SEL = 'sel'
  36. SEL_FIRST = 'sel.first'
  37. SEL_LAST = 'sel.last'
  38. END = 'end'
  39. INSERT = 'insert'
  40. CURRENT = 'current'
  41. ANCHOR = 'anchor'
  42. ALL = 'all'
  43. NORMAL = 'normal'
  44. DISABLED = 'disabled'
  45. ACTIVE = 'active'
  46. CASCADE = 'cascade'
  47. CHECKBUTTON = 'checkbutton'
  48. COMMAND = 'command'
  49. RADIOBUTTON = 'radiobutton'
  50. SEPARATOR = 'separator'
  51. SINGLE = 'single'
  52. BROWSE = 'browse'
  53. MULTIPLE = 'multiple'
  54. EXTENDED = 'extended'
  55.