2001-08-19 19:13:00 -03:00
|
|
|
# Generated from 'TextEdit.h'
|
|
|
|
|
|
|
|
teJustLeft = 0
|
|
|
|
teJustCenter = 1
|
|
|
|
teJustRight = -1
|
|
|
|
teForceLeft = -2
|
|
|
|
teFlushDefault = 0
|
|
|
|
teCenter = 1
|
|
|
|
teFlushRight = -1
|
2004-07-18 03:16:08 -03:00
|
|
|
teFlushLeft = -2
|
2001-08-19 19:13:00 -03:00
|
|
|
fontBit = 0
|
|
|
|
faceBit = 1
|
|
|
|
sizeBit = 2
|
|
|
|
clrBit = 3
|
|
|
|
addSizeBit = 4
|
2004-07-18 03:16:08 -03:00
|
|
|
toggleBit = 5
|
2001-08-19 19:13:00 -03:00
|
|
|
doFont = 1
|
|
|
|
doFace = 2
|
|
|
|
doSize = 4
|
|
|
|
doColor = 8
|
|
|
|
doAll = 15
|
|
|
|
addSize = 16
|
2004-07-18 03:16:08 -03:00
|
|
|
doToggle = 32
|
2001-08-19 19:13:00 -03:00
|
|
|
EOLHook = 0
|
|
|
|
DRAWHook = 4
|
|
|
|
WIDTHHook = 8
|
|
|
|
HITTESTHook = 12
|
|
|
|
nWIDTHHook = 24
|
2004-07-18 03:16:08 -03:00
|
|
|
TextWidthHook = 28
|
2001-08-19 19:13:00 -03:00
|
|
|
intEOLHook = 0
|
|
|
|
intDrawHook = 1
|
|
|
|
intWidthHook = 2
|
|
|
|
intHitTestHook = 3
|
|
|
|
intNWidthHook = 6
|
|
|
|
intTextWidthHook = 7
|
|
|
|
intInlineInputTSMTEPreUpdateHook = 8
|
2004-07-18 03:16:08 -03:00
|
|
|
intInlineInputTSMTEPostUpdateHook = 9
|
2001-08-19 19:13:00 -03:00
|
|
|
teFAutoScroll = 0
|
|
|
|
teFTextBuffering = 1
|
|
|
|
teFOutlineHilite = 2
|
|
|
|
teFInlineInput = 3
|
|
|
|
teFUseWhiteBackground = 4
|
|
|
|
teFUseInlineInput = 5
|
2004-07-18 03:16:08 -03:00
|
|
|
teFInlineInputAutoScroll = 6
|
|
|
|
teFIdleWithEventLoopTimer = 7
|
2001-08-19 19:13:00 -03:00
|
|
|
teBitClear = 0
|
|
|
|
teBitSet = 1
|
2004-07-18 03:16:08 -03:00
|
|
|
teBitTest = -1
|
2001-08-19 19:13:00 -03:00
|
|
|
teWordSelect = 4
|
|
|
|
teWordDrag = 8
|
|
|
|
teFromFind = 12
|
2004-07-18 03:16:08 -03:00
|
|
|
teFromRecal = 16
|
2001-08-19 19:13:00 -03:00
|
|
|
teFind = 0
|
|
|
|
teHighlight = 1
|
|
|
|
teDraw = -1
|
2004-07-18 03:16:08 -03:00
|
|
|
teCaret = -2
|
|
|
|
teFUseTextServices = 4
|