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
|
||||
weEmptySelectionErr = -10013
|
||||
weNotHandledErr = -1708
|
||||
|
@ -12,6 +13,9 @@
|
|||
weFlushDefault = 0
|
||||
weCenter = 1
|
||||
weJustify = 2
|
||||
weDirDefault = 1
|
||||
weDirRightToLeft = -1
|
||||
weDirLeftToRight = 0
|
||||
weDoFont = 0x0001
|
||||
weDoFace = 0x0002
|
||||
weDoSize = 0x0004
|
||||
|
@ -56,14 +60,18 @@
|
|||
weClickLoop = 'clik'
|
||||
weCurrentDrag = 'drag'
|
||||
weDrawTextHook = 'draw'
|
||||
weEraseHook = 'eras'
|
||||
weFluxProc = 'flux'
|
||||
weHiliteDropAreaHook = 'hidr'
|
||||
weLineBreakHook = 'lbrk'
|
||||
wePixelToCharHook = 'p2c '
|
||||
wePort = 'port'
|
||||
wePreTrackDragHook = 'ptrk'
|
||||
weRefCon = 'refc'
|
||||
weScrollProc = 'scrl'
|
||||
weText = 'text'
|
||||
weTranslateDragHook = 'xdrg'
|
||||
weTranslucencyThreshold = 'tluc'
|
||||
weTSMDocumentID = 'tsmd'
|
||||
weTSMPreUpdate = 'pre '
|
||||
weTSMPostUpdate = 'post'
|
||||
|
|
Loading…
Reference in New Issue