mirror of
https://github.com/python/cpython.git
synced 2025-10-31 21:51:50 +00:00
Moved toolbox to lib-toolbox, Sjoerd-style.
This commit is contained in:
parent
3802039cff
commit
0e680b7608
21 changed files with 1 additions and 1 deletions
113
Mac/Lib/lib-toolbox/QuickDraw.py
Normal file
113
Mac/Lib/lib-toolbox/QuickDraw.py
Normal file
|
|
@ -0,0 +1,113 @@
|
|||
# Generated from 'flap:Metrowerks:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:QuickDraw.h'
|
||||
|
||||
invalColReq = -1
|
||||
srcCopy = 0
|
||||
srcOr = 1
|
||||
srcXor = 2
|
||||
srcBic = 3
|
||||
notSrcCopy = 4
|
||||
notSrcOr = 5
|
||||
notSrcXor = 6
|
||||
notSrcBic = 7
|
||||
patCopy = 8
|
||||
patOr = 9
|
||||
patXor = 10
|
||||
patBic = 11
|
||||
notPatCopy = 12
|
||||
notPatOr = 13
|
||||
notPatXor = 14
|
||||
notPatBic = 15
|
||||
grayishTextOr = 49
|
||||
hilitetransfermode = 50
|
||||
blend = 32
|
||||
addPin = 33
|
||||
addOver = 34
|
||||
subPin = 35
|
||||
addMax = 37
|
||||
adMax = 37
|
||||
subOver = 38
|
||||
adMin = 39
|
||||
ditherCopy = 64
|
||||
transparent = 36
|
||||
italicBit = 1
|
||||
ulineBit = 2
|
||||
outlineBit = 3
|
||||
shadowBit = 4
|
||||
condenseBit = 5
|
||||
extendBit = 6
|
||||
normalBit = 0
|
||||
inverseBit = 1
|
||||
redBit = 4
|
||||
greenBit = 3
|
||||
blueBit = 2
|
||||
cyanBit = 8
|
||||
magentaBit = 7
|
||||
yellowBit = 6
|
||||
blackBit = 5
|
||||
blackColor = 33
|
||||
whiteColor = 30
|
||||
redColor = 205
|
||||
greenColor = 341
|
||||
blueColor = 409
|
||||
cyanColor = 273
|
||||
magentaColor = 137
|
||||
yellowColor = 69
|
||||
picLParen = 0
|
||||
picRParen = 1
|
||||
clutType = 0
|
||||
fixedType = 1
|
||||
directType = 2
|
||||
gdDevType = 0
|
||||
interlacedDevice = 2
|
||||
roundedDevice = 5
|
||||
hasAuxMenuBar = 6
|
||||
burstDevice = 7
|
||||
ext32Device = 8
|
||||
ramInit = 10
|
||||
mainScreen = 11
|
||||
allInit = 12
|
||||
screenDevice = 13
|
||||
noDriver = 14
|
||||
screenActive = 15
|
||||
hiliteBit = 7
|
||||
pHiliteBit = 0
|
||||
defQDColors = 127
|
||||
RGBDirect = 16
|
||||
baseAddr32 = 4
|
||||
sysPatListID = 0
|
||||
iBeamCursor = 1
|
||||
crossCursor = 2
|
||||
plusCursor = 3
|
||||
watchCursor = 4
|
||||
kQDGrafVerbFrame = 0
|
||||
kQDGrafVerbPaint = 1
|
||||
kQDGrafVerbErase = 2
|
||||
kQDGrafVerbInvert = 3
|
||||
kQDGrafVerbFill = 4
|
||||
singleDevicesBit = 0
|
||||
dontMatchSeedsBit = 1
|
||||
allDevicesBit = 2
|
||||
singleDevices = 1 << singleDevicesBit
|
||||
dontMatchSeeds = 1 << dontMatchSeedsBit
|
||||
allDevices = 1 << allDevicesBit
|
||||
kNoConstraint = 0
|
||||
kVerticalConstraint = 1
|
||||
kHorizontalConstraint = 2
|
||||
kCursorImageMajorVersion = 0x0001
|
||||
kCursorImageMinorVersion = 0x0000
|
||||
# Generated from 'flap:Metrowerks:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:QuickDrawText.h'
|
||||
|
||||
leftCaret = 0
|
||||
rightCaret = -1
|
||||
hilite = 1
|
||||
smLeftCaret = 0
|
||||
smRightCaret = -1
|
||||
smHilite = 1
|
||||
onlyStyleRun = 0
|
||||
leftStyleRun = 1
|
||||
rightStyleRun = 2
|
||||
middleStyleRun = 3
|
||||
smOnlyStyleRun = 0
|
||||
smLeftStyleRun = 1
|
||||
smRightStyleRun = 2
|
||||
smMiddleStyleRun = 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue