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

Skip to content

Commit 52caac1

Browse files
committed
Moved here form lib-toolbox, for lack of a better place to go.
1 parent d0fc42f commit 52caac1

1 file changed

Lines changed: 95 additions & 0 deletions

File tree

Mac/Lib/WASTEconst.py

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

0 commit comments

Comments
 (0)