diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1998-02-20 15:54:44 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1998-02-20 15:54:44 (GMT) |
commit | 5e58bcdb7a086d22289cd661072ac5acc1fae721 (patch) | |
tree | 6e89bbf21de962ca5206c35c1993301bd1ea820c /Mac/Lib/lib-toolbox/TextEdit.py | |
parent | 7c2fddf42359e596f2cbc322dba6409958dfc00d (diff) | |
download | cpython-5e58bcdb7a086d22289cd661072ac5acc1fae721.zip cpython-5e58bcdb7a086d22289cd661072ac5acc1fae721.tar.gz cpython-5e58bcdb7a086d22289cd661072ac5acc1fae721.tar.bz2 |
Regenerated from Universal Headers 3.0.1 (which are changed
substantially from previous releases)
Diffstat (limited to 'Mac/Lib/lib-toolbox/TextEdit.py')
-rw-r--r-- | Mac/Lib/lib-toolbox/TextEdit.py | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Mac/Lib/lib-toolbox/TextEdit.py b/Mac/Lib/lib-toolbox/TextEdit.py index 6bfb163..6e98be3 100644 --- a/Mac/Lib/lib-toolbox/TextEdit.py +++ b/Mac/Lib/lib-toolbox/TextEdit.py @@ -14,7 +14,6 @@ sizeBit = 2 clrBit = 3 addSizeBit = 4 toggleBit = 5 -toglBit = 5 doFont = 1 doFace = 2 doSize = 4 @@ -34,12 +33,14 @@ intWidthHook = 2 intHitTestHook = 3 intNWidthHook = 6 intTextWidthHook = 7 +intInlineInputTSMTEPreUpdateHook = 8 +intInlineInputTSMTEPostUpdateHook = 9 teFAutoScroll = 0 -teFAutoScr = 0 teFTextBuffering = 1 teFOutlineHilite = 2 teFInlineInput = 3 -teFUseTextServices = 4 +teFUseInlineInput = 5 +teFInlineInputAutoScroll = 6 teBitClear = 0 teBitSet = 1 teBitTest = -1 @@ -51,6 +52,4 @@ teFind = 0 teHighlight = 1 teDraw = -1 teCaret = -2 -TEBitClear = 0 -TEBitSet = 1 -TEBitTest = -1 +teFUseTextServices = 4 |