mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +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
59
Mac/Lib/lib-toolbox/Windows.py
Normal file
59
Mac/Lib/lib-toolbox/Windows.py
Normal file
|
@ -0,0 +1,59 @@
|
|||
# Generated from 'Moes:Metrowerks:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Windows.h'
|
||||
|
||||
kWindowDefProcType = 'WDEF'
|
||||
kStandardWindowDefinition = 0
|
||||
kRoundWindowDefinition = 1
|
||||
kFloatingWindowDefinition = 124
|
||||
kModalDialogVariantCode = 1
|
||||
kMovableModalDialogVariantCode = 5
|
||||
kSideFloaterVariantCode = 8
|
||||
documentProc = 0
|
||||
dBoxProc = 1
|
||||
plainDBox = 2
|
||||
altDBoxProc = 3
|
||||
noGrowDocProc = 4
|
||||
movableDBoxProc = 5
|
||||
zoomDocProc = 8
|
||||
zoomNoGrow = 12
|
||||
rDocProc = 16
|
||||
floatProc = 1985
|
||||
floatGrowProc = 1987
|
||||
floatZoomProc = 1989
|
||||
floatZoomGrowProc = 1991
|
||||
floatSideProc = 1993
|
||||
floatSideGrowProc = 1995
|
||||
floatSideZoomProc = 1997
|
||||
floatSideZoomGrowProc = 1999
|
||||
dialogKind = 2
|
||||
userKind = 8
|
||||
kDialogWindowKind = 2
|
||||
kApplicationWindowKind = 8
|
||||
inDesk = 0
|
||||
inMenuBar = 1
|
||||
inSysWindow = 2
|
||||
inContent = 3
|
||||
inDrag = 4
|
||||
inGrow = 5
|
||||
inGoAway = 6
|
||||
inZoomIn = 7
|
||||
inZoomOut = 8
|
||||
wDraw = 0
|
||||
wHit = 1
|
||||
wCalcRgns = 2
|
||||
wNew = 3
|
||||
wDispose = 4
|
||||
wGrow = 5
|
||||
wDrawGIcon = 6
|
||||
deskPatID = 16
|
||||
wNoHit = 0
|
||||
wInContent = 1
|
||||
wInDrag = 2
|
||||
wInGrow = 3
|
||||
wInGoAway = 4
|
||||
wInZoomIn = 5
|
||||
wInZoomOut = 6
|
||||
wContentColor = 0
|
||||
wFrameColor = 1
|
||||
wTextColor = 2
|
||||
wHiliteColor = 3
|
||||
wTitleBarColor = 4
|
Loading…
Add table
Add a link
Reference in a new issue