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

Skip to content

Commit 7c2fddf

Browse files
committed
Updated to Waste 1.3
1 parent 7b56aad commit 7c2fddf

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

Mac/Lib/lib-toolbox/WASTEconst.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Generated from ':::::Waste 1.2 Distribution:WASTE C/C++ Headers:WASTE.h'
1+
# Generated from ':::::Waste 1.3 Distribution:WASTE C/C++ Headers:WASTE.h'
22

3+
kPascalStackBased = None # workaround for header parsing
34
weCantUndoErr = -10015
45
weEmptySelectionErr = -10013
56
weNotHandledErr = -1708
@@ -12,6 +13,9 @@
1213
weFlushDefault = 0
1314
weCenter = 1
1415
weJustify = 2
16+
weDirDefault = 1
17+
weDirRightToLeft = -1
18+
weDirLeftToRight = 0
1519
weDoFont = 0x0001
1620
weDoFace = 0x0002
1721
weDoSize = 0x0004
@@ -56,14 +60,18 @@
5660
weClickLoop = 'clik'
5761
weCurrentDrag = 'drag'
5862
weDrawTextHook = 'draw'
63+
weEraseHook = 'eras'
64+
weFluxProc = 'flux'
5965
weHiliteDropAreaHook = 'hidr'
6066
weLineBreakHook = 'lbrk'
6167
wePixelToCharHook = 'p2c '
6268
wePort = 'port'
69+
wePreTrackDragHook = 'ptrk'
6370
weRefCon = 'refc'
6471
weScrollProc = 'scrl'
6572
weText = 'text'
6673
weTranslateDragHook = 'xdrg'
74+
weTranslucencyThreshold = 'tluc'
6775
weTSMDocumentID = 'tsmd'
6876
weTSMPreUpdate = 'pre '
6977
weTSMPostUpdate = 'post'

0 commit comments

Comments
 (0)