mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
first cut at the whole quickdraw.h header file ...
This commit is contained in:
parent
86c3af7d12
commit
e56db434a9
5 changed files with 3573 additions and 28 deletions
77
Mac/Lib/toolbox/QuickDraw.py
Normal file
77
Mac/Lib/toolbox/QuickDraw.py
Normal file
|
@ -0,0 +1,77 @@
|
|||
# Generated from 'D:Development:THINK C:Mac #includes:Apple #includes: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
|
||||
blend = 32
|
||||
addPin = 33
|
||||
addOver = 34
|
||||
subPin = 35
|
||||
addMax = 37
|
||||
adMax = 37
|
||||
subOver = 38
|
||||
adMin = 39
|
||||
ditherCopy = 64
|
||||
transparent = 36
|
||||
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
|
||||
normal = 0
|
||||
bold = 1
|
||||
italic = 2
|
||||
underline = 4
|
||||
outline = 8
|
||||
shadow = 0x10
|
||||
condense = 0x20
|
||||
extend = 0x40
|
||||
clutType = 0
|
||||
fixedType = 1
|
||||
directType = 2
|
||||
gdDevType = 0
|
||||
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
|
||||
rgnOverflowErr = -147
|
||||
insufficientStackErr = -149
|
||||
allDevices = 1 << allDevicesBit
|
Loading…
Add table
Add a link
Reference in a new issue