summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/Carbon/TextEdit.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-05-22 15:08:58 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-05-22 15:08:58 (GMT)
commita43b2c4e30ad008df6a7271890d02ee9f400af46 (patch)
tree9dbdc2337759b30bb80ec5d3555232ee99cb8c79 /Mac/Lib/Carbon/TextEdit.py
parenta7f4ded436d4ed65ceb51000af27cb725c320659 (diff)
downloadcpython-a43b2c4e30ad008df6a7271890d02ee9f400af46.zip
cpython-a43b2c4e30ad008df6a7271890d02ee9f400af46.tar.gz
cpython-a43b2c4e30ad008df6a7271890d02ee9f400af46.tar.bz2
Regenerated from new Universal Headers.
Diffstat (limited to 'Mac/Lib/Carbon/TextEdit.py')
-rw-r--r--Mac/Lib/Carbon/TextEdit.py21
1 files changed, 11 insertions, 10 deletions
diff --git a/Mac/Lib/Carbon/TextEdit.py b/Mac/Lib/Carbon/TextEdit.py
index 22c1e97..eb5fb92 100644
--- a/Mac/Lib/Carbon/TextEdit.py
+++ b/Mac/Lib/Carbon/TextEdit.py
@@ -7,26 +7,26 @@ teForceLeft = -2
teFlushDefault = 0
teCenter = 1
teFlushRight = -1
-teFlushLeft = -2
+teFlushLeft = -2
fontBit = 0
faceBit = 1
sizeBit = 2
clrBit = 3
addSizeBit = 4
-toggleBit = 5
+toggleBit = 5
doFont = 1
doFace = 2
doSize = 4
doColor = 8
doAll = 15
addSize = 16
-doToggle = 32
+doToggle = 32
EOLHook = 0
DRAWHook = 4
WIDTHHook = 8
HITTESTHook = 12
nWIDTHHook = 24
-TextWidthHook = 28
+TextWidthHook = 28
intEOLHook = 0
intDrawHook = 1
intWidthHook = 2
@@ -34,23 +34,24 @@ intHitTestHook = 3
intNWidthHook = 6
intTextWidthHook = 7
intInlineInputTSMTEPreUpdateHook = 8
-intInlineInputTSMTEPostUpdateHook = 9
+intInlineInputTSMTEPostUpdateHook = 9
teFAutoScroll = 0
teFTextBuffering = 1
teFOutlineHilite = 2
teFInlineInput = 3
teFUseWhiteBackground = 4
teFUseInlineInput = 5
-teFInlineInputAutoScroll = 6
+teFInlineInputAutoScroll = 6
+teFIdleWithEventLoopTimer = 7
teBitClear = 0
teBitSet = 1
-teBitTest = -1
+teBitTest = -1
teWordSelect = 4
teWordDrag = 8
teFromFind = 12
-teFromRecal = 16
+teFromRecal = 16
teFind = 0
teHighlight = 1
teDraw = -1
-teCaret = -2
-teFUseTextServices = 4
+teCaret = -2
+teFUseTextServices = 4