mirror of
https://github.com/python/cpython.git
synced 2025-08-29 21:25:01 +00:00
Regenerated from Universal Headers 3.3.2
This commit is contained in:
parent
177fa8c25e
commit
6fe608c840
18 changed files with 969 additions and 527 deletions
|
@ -1,4 +1,4 @@
|
|||
# Generated from 'Macintosh HD:SWDev:Codewarrior Pro 5:Metrowerks CodeWarrior:MacOS Support:Universal:Interfaces:CIncludes:MacWindows.h'
|
||||
# Generated from 'Macintosh HD:SWDev:Metrowerks Codewarrior 6.0:Metrowerks CodeWarrior:MacOS Support:Universal:Interfaces:CIncludes:MacWindows.h'
|
||||
|
||||
def FOUR_CHAR_CODE(x): return x
|
||||
kAlertWindowClass = 1L
|
||||
|
@ -7,6 +7,8 @@ kModalWindowClass = 3L
|
|||
kMovableModalWindowClass = 4L
|
||||
kFloatingWindowClass = 5L
|
||||
kDocumentWindowClass = 6L
|
||||
kDesktopWindowClass = 7L
|
||||
# kAllWindowClasses = (unsigned long)0xFFFFFFFF
|
||||
kWindowNoAttributes = 0L
|
||||
kWindowCloseBoxAttribute = (1L << 0)
|
||||
kWindowHorizontalZoomAttribute = (1L << 1)
|
||||
|
@ -17,24 +19,15 @@ kWindowResizableAttribute = (1L << 4)
|
|||
kWindowSideTitlebarAttribute = (1L << 5)
|
||||
kWindowNoUpdatesAttribute = (1L << 16)
|
||||
kWindowNoActivatesAttribute = (1L << 17)
|
||||
kWindowNoBufferingAttribute = (1L << 20)
|
||||
kWindowHideOnSuspendAttribute = (1L << 24)
|
||||
kWindowStandardHandlerAttribute = (1L << 25)
|
||||
kWindowStandardDocumentAttributes = (kWindowCloseBoxAttribute | kWindowFullZoomAttribute | kWindowCollapseBoxAttribute | kWindowResizableAttribute)
|
||||
kWindowStandardFloatingAttributes = (kWindowCloseBoxAttribute | kWindowCollapseBoxAttribute)
|
||||
gestaltWindowMgrAttr = FOUR_CHAR_CODE('wind')
|
||||
gestaltWindowMgrPresent = (1L << 0)
|
||||
errInvalidWindowPtr = -5600
|
||||
errUnsupportedWindowAttributesForClass = -5601
|
||||
errWindowDoesNotHaveProxy = -5602
|
||||
errInvalidWindowProperty = -5603
|
||||
errWindowPropertyNotFound = -5604
|
||||
errUnrecognizedWindowClass = -5605
|
||||
errCorruptWindowDescription = -5606
|
||||
errUserWantsToDragWindow = -5607
|
||||
errWindowsAlreadyInitialized = -5608
|
||||
errFloatingWindowsNotInitialized = -5609
|
||||
kWindowDefProcType = FOUR_CHAR_CODE('WDEF')
|
||||
kStandardWindowDefinition = 0
|
||||
kRoundWindowDefinition = 1
|
||||
kFloatingWindowDefinition = 124
|
||||
kFloatingWindowDefinition = 124
|
||||
kDocumentWindowVariantCode = 0
|
||||
kModalDialogVariantCode = 1
|
||||
kPlainDialogVariantCode = 2
|
||||
|
@ -51,7 +44,6 @@ noGrowDocProc = 4
|
|||
movableDBoxProc = 5
|
||||
zoomDocProc = 8
|
||||
zoomNoGrow = 12
|
||||
rDocProc = 16
|
||||
floatProc = 1985
|
||||
floatGrowProc = 1987
|
||||
floatZoomProc = 1989
|
||||
|
@ -60,6 +52,7 @@ floatSideProc = 1993
|
|||
floatSideGrowProc = 1995
|
||||
floatSideZoomProc = 1997
|
||||
floatSideZoomGrowProc = 1999
|
||||
rDocProc = 16
|
||||
kWindowDocumentDefProcResID = 64
|
||||
kWindowDialogDefProcResID = 65
|
||||
kWindowUtilityDefProcResID = 66
|
||||
|
@ -111,7 +104,7 @@ kWindowCenterOnParentWindow = 0x00000002
|
|||
kWindowCenterOnParentWindowScreen = 0x00000003
|
||||
kWindowCascadeOnMainScreen = 0x00000004
|
||||
kWindowCascadeOnParentWindow = 0x00000005
|
||||
kWIndowCascadeOnParentWindowScreen = 0x00000006
|
||||
kWindowCascadeOnParentWindowScreen = 0x00000006
|
||||
kWindowAlertPositionOnMainScreen = 0x00000007
|
||||
kWindowAlertPositionOnParentWindow = 0x00000008
|
||||
kWindowAlertPositionOnParentWindowScreen = 0x00000009
|
||||
|
@ -125,6 +118,8 @@ kWindowCollapseBoxRgn = 7
|
|||
kWindowTitleProxyIconRgn = 8
|
||||
kWindowStructureRgn = 32
|
||||
kWindowContentRgn = 33
|
||||
kWindowUpdateRgn = 34
|
||||
kWindowGlobalPortRgn = 40
|
||||
dialogKind = 2
|
||||
userKind = 8
|
||||
kDialogWindowKind = 2
|
||||
|
@ -140,7 +135,7 @@ inGoAway = 6
|
|||
inZoomIn = 7
|
||||
inZoomOut = 8
|
||||
inCollapseBox = 11
|
||||
inProxyIcon = 12
|
||||
inProxyIcon = 12
|
||||
wNoHit = 0
|
||||
wInContent = 1
|
||||
wInDrag = 2
|
||||
|
@ -149,7 +144,7 @@ wInGoAway = 4
|
|||
wInZoomIn = 5
|
||||
wInZoomOut = 6
|
||||
wInCollapseBox = 9
|
||||
wInProxyIcon = 10
|
||||
wInProxyIcon = 10
|
||||
kWindowMsgDraw = 0
|
||||
kWindowMsgHitTest = 1
|
||||
kWindowMsgCalculateShape = 2
|
||||
|
@ -164,7 +159,8 @@ kWindowMsgModified = 10
|
|||
kWindowMsgDrawInCurrentPort = 11
|
||||
kWindowMsgSetupProxyDragImage = 12
|
||||
kWindowMsgStateChanged = 13
|
||||
kWindowMsgMeasureTitle = 14
|
||||
kWindowMsgMeasureTitle = 14
|
||||
kWindowMsgGetGrowImageRegion = 19
|
||||
wDraw = 0
|
||||
wHit = 1
|
||||
wCalcRgns = 2
|
||||
|
@ -173,12 +169,10 @@ wDispose = 4
|
|||
wGrow = 5
|
||||
wDrawGIcon = 6
|
||||
kWindowStateTitleChanged = (1 << 0)
|
||||
kWindowStateSizeChanged = (1 << 1)
|
||||
kWindowStatePositionChanged = (1 << 2)
|
||||
kWindowStateZOrderChanged = (1 << 3)
|
||||
kWindowStateVisibilityChanged = (1 << 4)
|
||||
kWindowStateHiliteChanged = (1 << 5)
|
||||
kWindowStateCollapseChanged = (1 << 6)
|
||||
kWindowGrowSideTop = 0x01
|
||||
kWindowGrowSideLeft = 0x02
|
||||
kWindowGrowSideBottom = 0x04
|
||||
kWindowGrowSideRight = 0x08
|
||||
kWindowCanGrow = (1 << 0)
|
||||
kWindowCanZoom = (1 << 1)
|
||||
kWindowCanCollapse = (1 << 2)
|
||||
|
@ -192,6 +186,8 @@ kWindowCanDrawInCurrentPort = (1 << 9)
|
|||
kWindowCanSetupProxyDragImage = (1 << 10)
|
||||
kWindowCanMeasureTitle = (1 << 11)
|
||||
kWindowWantsDisposeAtProcessDeath = (1 << 12)
|
||||
kWindowSupportsSetGrowImageRegion = (1 << 13)
|
||||
kWindowDefSupportsColorGrafPort = 0x40000002
|
||||
deskPatID = 16
|
||||
wContentColor = 0
|
||||
wFrameColor = 1
|
||||
|
@ -204,7 +200,14 @@ kWindowDefinitionVersionTwo = 2
|
|||
kWindowIsCollapsedState = (1 << 0L)
|
||||
kStoredWindowSystemTag = FOUR_CHAR_CODE('appl')
|
||||
kStoredBasicWindowDescriptionID = FOUR_CHAR_CODE('sbas')
|
||||
kStoredWindowPascalTitleID = FOUR_CHAR_CODE('s255')
|
||||
kWindowZoomTransitionEffect = 1
|
||||
kStoredWindowPascalTitleID = FOUR_CHAR_CODE('s255')
|
||||
kWindowDefProcPtr = 0
|
||||
kWindowDefObjectClass = 1
|
||||
kWindowPaintProcOptionsNone = 0
|
||||
kScrollWindowNoOptions = 0
|
||||
kScrollWindowInvalidate = (1L << 0)
|
||||
kScrollWindowEraseToPortBackground = (1L << 1)
|
||||
kWindowZoomTransitionEffect = 1
|
||||
kWindowShowTransitionAction = 1
|
||||
kWindowHideTransitionAction = 2
|
||||
kWindowHideTransitionAction = 2
|
||||
kWindowPropertyPersistent = 0x00000001
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue