mirror of https://github.com/python/cpython.git
Updated to Waste 1.3
This commit is contained in:
parent
7b56aad2e1
commit
7c2fddf423
|
@ -1,5 +1,6 @@
|
||||||
# Generated from ':::::Waste 1.2 Distribution:WASTE C/C++ Headers:WASTE.h'
|
# Generated from ':::::Waste 1.3 Distribution:WASTE C/C++ Headers:WASTE.h'
|
||||||
|
|
||||||
|
kPascalStackBased = None # workaround for header parsing
|
||||||
weCantUndoErr = -10015
|
weCantUndoErr = -10015
|
||||||
weEmptySelectionErr = -10013
|
weEmptySelectionErr = -10013
|
||||||
weNotHandledErr = -1708
|
weNotHandledErr = -1708
|
||||||
|
@ -12,6 +13,9 @@
|
||||||
weFlushDefault = 0
|
weFlushDefault = 0
|
||||||
weCenter = 1
|
weCenter = 1
|
||||||
weJustify = 2
|
weJustify = 2
|
||||||
|
weDirDefault = 1
|
||||||
|
weDirRightToLeft = -1
|
||||||
|
weDirLeftToRight = 0
|
||||||
weDoFont = 0x0001
|
weDoFont = 0x0001
|
||||||
weDoFace = 0x0002
|
weDoFace = 0x0002
|
||||||
weDoSize = 0x0004
|
weDoSize = 0x0004
|
||||||
|
@ -56,14 +60,18 @@
|
||||||
weClickLoop = 'clik'
|
weClickLoop = 'clik'
|
||||||
weCurrentDrag = 'drag'
|
weCurrentDrag = 'drag'
|
||||||
weDrawTextHook = 'draw'
|
weDrawTextHook = 'draw'
|
||||||
|
weEraseHook = 'eras'
|
||||||
|
weFluxProc = 'flux'
|
||||||
weHiliteDropAreaHook = 'hidr'
|
weHiliteDropAreaHook = 'hidr'
|
||||||
weLineBreakHook = 'lbrk'
|
weLineBreakHook = 'lbrk'
|
||||||
wePixelToCharHook = 'p2c '
|
wePixelToCharHook = 'p2c '
|
||||||
wePort = 'port'
|
wePort = 'port'
|
||||||
|
wePreTrackDragHook = 'ptrk'
|
||||||
weRefCon = 'refc'
|
weRefCon = 'refc'
|
||||||
weScrollProc = 'scrl'
|
weScrollProc = 'scrl'
|
||||||
weText = 'text'
|
weText = 'text'
|
||||||
weTranslateDragHook = 'xdrg'
|
weTranslateDragHook = 'xdrg'
|
||||||
|
weTranslucencyThreshold = 'tluc'
|
||||||
weTSMDocumentID = 'tsmd'
|
weTSMDocumentID = 'tsmd'
|
||||||
weTSMPreUpdate = 'pre '
|
weTSMPreUpdate = 'pre '
|
||||||
weTSMPostUpdate = 'post'
|
weTSMPostUpdate = 'post'
|
||||||
|
|
Loading…
Reference in New Issue