diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-19 22:20:55 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-19 22:20:55 (GMT) |
commit | 63f6b4984b9cd0e90402a375f3298cd94ed8bb55 (patch) | |
tree | 2ade02b92ed11e2b7b433c955c687fef999f1313 /Mac/Lib/lib-toolbox/TextEdit.py | |
parent | ab98ae9b4e004edbd8cff5893f0d580658682a6c (diff) | |
download | cpython-63f6b4984b9cd0e90402a375f3298cd94ed8bb55.zip cpython-63f6b4984b9cd0e90402a375f3298cd94ed8bb55.tar.gz cpython-63f6b4984b9cd0e90402a375f3298cd94ed8bb55.tar.bz2 |
Moved to either :Mac:Lib (WASTEconst and files that weren't generated) or to the Carbon package.
Diffstat (limited to 'Mac/Lib/lib-toolbox/TextEdit.py')
-rw-r--r-- | Mac/Lib/lib-toolbox/TextEdit.py | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/Mac/Lib/lib-toolbox/TextEdit.py b/Mac/Lib/lib-toolbox/TextEdit.py deleted file mode 100644 index 22c1e97..0000000 --- a/Mac/Lib/lib-toolbox/TextEdit.py +++ /dev/null @@ -1,56 +0,0 @@ -# Generated from 'TextEdit.h' - -teJustLeft = 0 -teJustCenter = 1 -teJustRight = -1 -teForceLeft = -2 -teFlushDefault = 0 -teCenter = 1 -teFlushRight = -1 -teFlushLeft = -2 -fontBit = 0 -faceBit = 1 -sizeBit = 2 -clrBit = 3 -addSizeBit = 4 -toggleBit = 5 -doFont = 1 -doFace = 2 -doSize = 4 -doColor = 8 -doAll = 15 -addSize = 16 -doToggle = 32 -EOLHook = 0 -DRAWHook = 4 -WIDTHHook = 8 -HITTESTHook = 12 -nWIDTHHook = 24 -TextWidthHook = 28 -intEOLHook = 0 -intDrawHook = 1 -intWidthHook = 2 -intHitTestHook = 3 -intNWidthHook = 6 -intTextWidthHook = 7 -intInlineInputTSMTEPreUpdateHook = 8 -intInlineInputTSMTEPostUpdateHook = 9 -teFAutoScroll = 0 -teFTextBuffering = 1 -teFOutlineHilite = 2 -teFInlineInput = 3 -teFUseWhiteBackground = 4 -teFUseInlineInput = 5 -teFInlineInputAutoScroll = 6 -teBitClear = 0 -teBitSet = 1 -teBitTest = -1 -teWordSelect = 4 -teWordDrag = 8 -teFromFind = 12 -teFromRecal = 16 -teFind = 0 -teHighlight = 1 -teDraw = -1 -teCaret = -2 -teFUseTextServices = 4 |