Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0701d62

Browse files
committed
Added TextEdit interface
1 parent 8a452d6 commit 0701d62

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

Mac/Lib/toolbox/TextEdit.py

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Generated from 'flap:CW8 Gold:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:TextEdit.h'
2+
3+
teJustLeft = 0
4+
teJustCenter = 1
5+
teJustRight = -1
6+
teForceLeft = -2
7+
teFlushDefault = 0
8+
teCenter = 1
9+
teFlushRight = -1
10+
teFlushLeft = -2
11+
fontBit = 0
12+
faceBit = 1
13+
sizeBit = 2
14+
clrBit = 3
15+
addSizeBit = 4
16+
toggleBit = 5
17+
toglBit = 5
18+
doFont = 1
19+
doFace = 2
20+
doSize = 4
21+
doColor = 8
22+
doAll = 15
23+
addSize = 16
24+
doToggle = 32
25+
EOLHook = 0
26+
DRAWHook = 4
27+
WIDTHHook = 8
28+
HITTESTHook = 12
29+
nWIDTHHook = 24
30+
TextWidthHook = 28
31+
intEOLHook = 0
32+
intDrawHook = 1
33+
intWidthHook = 2
34+
intHitTestHook = 3
35+
intNWidthHook = 6
36+
intTextWidthHook = 7
37+
teFAutoScroll = 0
38+
teFAutoScr = 0
39+
teFTextBuffering = 1
40+
teFOutlineHilite = 2
41+
teFInlineInput = 3
42+
teFUseTextServices = 4
43+
teBitClear = 0
44+
teBitSet = 1
45+
teBitTest = -1
46+
teWordSelect = 4
47+
teWordDrag = 8
48+
teFromFind = 12
49+
teFromRecal = 16
50+
teFind = 0
51+
teHighlight = 1
52+
teDraw = -1
53+
teCaret = -2
54+
TEBitClear = 0
55+
TEBitSet = 1
56+
TEBitTest = -1

0 commit comments

Comments
 (0)