diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-04-10 14:42:32 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-04-10 14:42:32 (GMT) |
commit | 0701d623e9d144c6aa050852b6c1bef4da2e9c5c (patch) | |
tree | 132f36eff6b46bb9098f4c05f0cbe5c5dd85d510 /Mac | |
parent | 8a452d6fa1905d4767db7a13b3c4be3a9d5673ab (diff) | |
download | cpython-0701d623e9d144c6aa050852b6c1bef4da2e9c5c.zip cpython-0701d623e9d144c6aa050852b6c1bef4da2e9c5c.tar.gz cpython-0701d623e9d144c6aa050852b6c1bef4da2e9c5c.tar.bz2 |
Added TextEdit interface
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Lib/toolbox/TextEdit.py | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/Mac/Lib/toolbox/TextEdit.py b/Mac/Lib/toolbox/TextEdit.py new file mode 100644 index 0000000..015cbc8 --- /dev/null +++ b/Mac/Lib/toolbox/TextEdit.py @@ -0,0 +1,56 @@ +# Generated from 'flap:CW8 Gold:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers: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 +toglBit = 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 +teFAutoScroll = 0 +teFAutoScr = 0 +teFTextBuffering = 1 +teFOutlineHilite = 2 +teFInlineInput = 3 +teFUseTextServices = 4 +teBitClear = 0 +teBitSet = 1 +teBitTest = -1 +teWordSelect = 4 +teWordDrag = 8 +teFromFind = 12 +teFromRecal = 16 +teFind = 0 +teHighlight = 1 +teDraw = -1 +teCaret = -2 +TEBitClear = 0 +TEBitSet = 1 +TEBitTest = -1 |