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

Skip to content

Commit 6528b1f

Browse files
committed
An interface to WASTE, an all-singing-all-dancing TextEdit replacement.
1 parent bd9565a commit 6528b1f

1 file changed

Lines changed: 86 additions & 0 deletions

File tree

Mac/Lib/toolbox/WASTEconst.py

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
# Generated from ':::::Waste 1.2a5:WASTE C/C++ Headers:WASTE.h'
2+
3+
weCantUndoErr = -10015
4+
weEmptySelectionErr = -10013
5+
weNotHandledErr = -1708
6+
weUnknownObjectTypeErr = -9478
7+
weObjectNotFoundErr = -9477
8+
weReadOnlyErr = -9476
9+
weUndefinedSelectorErr = -50
10+
weFlushLeft = -2
11+
weFlushRight = -1
12+
weFlushDefault = 0
13+
weCenter = 1
14+
weJustify = 2
15+
weDoFont = 0x0001
16+
weDoFace = 0x0002
17+
weDoSize = 0x0004
18+
weDoColor = 0x0008
19+
weDoAddSize = 0x0010
20+
weDoToggleFace = 0x0020
21+
weDoReplaceFace = 0x0040
22+
weDoPreserveScript = 0x0080
23+
weDoExtractSubscript = 0x0100
24+
weDoFaceMask = 0x0200
25+
kLeadingEdge = -1
26+
kTrailingEdge = 0
27+
kObjectEdge = 2
28+
weFAutoScroll = 0
29+
weFOutlineHilite = 2
30+
weFReadOnly = 5
31+
weFUndo = 6
32+
weFIntCutAndPaste = 7
33+
weFDragAndDrop = 8
34+
weFInhibitRecal = 9
35+
weFUseTempMem = 10
36+
weFDrawOffscreen = 11
37+
weFInhibitRedraw = 12
38+
weFMonoStyled = 13
39+
weFInhibitColor = 31
40+
weDoAutoScroll = 1L << weFAutoScroll
41+
weDoOutlineHilite = 1L << weFOutlineHilite
42+
weDoReadOnly = 1L << weFReadOnly
43+
weDoUndo = 1L << weFUndo
44+
weDoIntCutAndPaste = 1L << weFIntCutAndPaste
45+
weDoDragAndDrop = 1L << weFDragAndDrop
46+
weDoInhibitRecal = 1L << weFInhibitRecal
47+
weDoUseTempMem = 1L << weFUseTempMem
48+
weDoDrawOffscreen = 1L << weFDrawOffscreen
49+
weDoInhibitRedraw = 1L << weFInhibitRedraw
50+
weDoMonoStyled = 1L << weFMonoStyled
51+
weDoInhibitColor = 1L << weFInhibitColor
52+
weBitToggle = -2
53+
weCharByteHook = 'cbyt'
54+
weCharToPixelHook = 'c2p '
55+
weCharTypeHook = 'ctyp'
56+
weClickLoop = 'clik'
57+
weCurrentDrag = 'drag'
58+
weDrawTextHook = 'draw'
59+
weLineBreakHook = 'lbrk'
60+
wePixelToCharHook = 'p2c '
61+
wePort = 'port'
62+
weRefCon = 'refc'
63+
weScrollProc = 'scrl'
64+
weText = 'text'
65+
weTranslateDragHook = 'xdrg'
66+
weTSMDocumentID = 'tsmd'
67+
weTSMPreUpdate = 'pre '
68+
weTSMPostUpdate = 'post'
69+
weURLHint = 'urlh'
70+
weWordBreakHook = 'wbrk'
71+
weNewHandler = 'new '
72+
weDisposeHandler = 'free'
73+
weDrawHandler = 'draw'
74+
weClickHandler = 'clik'
75+
weStreamHandler = 'strm'
76+
weAKNone = 0
77+
weAKUnspecified = 1
78+
weAKTyping = 2
79+
weAKCut = 3
80+
weAKPaste = 4
81+
weAKClear = 5
82+
weAKDrag = 6
83+
weAKSetStyle = 7
84+
weToScrap = 0
85+
weToDrag = 1
86+
weToSoup = 2

0 commit comments

Comments
 (0)