mirror of
https://github.com/python/cpython.git
synced 2025-10-09 08:31:26 +00:00
Whitespace normalization, via reindent.py.
This commit is contained in:
parent
e6ddc8b20b
commit
182b5aca27
453 changed files with 31318 additions and 31452 deletions
|
@ -44,7 +44,7 @@ kWindowStandardFloatingAttributes = (kWindowCloseBoxAttribute | kWindowCollapseB
|
|||
kWindowDefProcType = FOUR_CHAR_CODE('WDEF')
|
||||
kStandardWindowDefinition = 0
|
||||
kRoundWindowDefinition = 1
|
||||
kFloatingWindowDefinition = 124
|
||||
kFloatingWindowDefinition = 124
|
||||
kDocumentWindowVariantCode = 0
|
||||
kModalDialogVariantCode = 1
|
||||
kPlainDialogVariantCode = 2
|
||||
|
@ -109,7 +109,7 @@ kWindowFloatSideHorizZoomGrowProc = 1083
|
|||
kWindowFloatSideFullZoomProc = 1085
|
||||
kWindowFloatSideFullZoomGrowProc = 1087
|
||||
kWindowSheetProc = 1088
|
||||
kWindowSheetAlertProc = 1120
|
||||
kWindowSheetAlertProc = 1120
|
||||
kWindowSimpleProc = 1104
|
||||
kWindowSimpleFrameProc = 1105
|
||||
kWindowNoPosition = 0x0000
|
||||
|
@ -145,7 +145,7 @@ kWindowStructureRgn = 32
|
|||
kWindowContentRgn = 33
|
||||
kWindowUpdateRgn = 34
|
||||
kWindowOpaqueRgn = 35
|
||||
kWindowGlobalPortRgn = 40
|
||||
kWindowGlobalPortRgn = 40
|
||||
dialogKind = 2
|
||||
userKind = 8
|
||||
kDialogWindowKind = 2
|
||||
|
@ -163,7 +163,7 @@ inZoomOut = 8
|
|||
inCollapseBox = 11
|
||||
inProxyIcon = 12
|
||||
inToolbarButton = 13
|
||||
inStructure = 15
|
||||
inStructure = 15
|
||||
wNoHit = 0
|
||||
wInContent = 1
|
||||
wInDrag = 2
|
||||
|
@ -174,7 +174,7 @@ wInZoomOut = 6
|
|||
wInCollapseBox = 9
|
||||
wInProxyIcon = 10
|
||||
wInToolbarButton = 11
|
||||
wInStructure = 13
|
||||
wInStructure = 13
|
||||
kWindowMsgDraw = 0
|
||||
kWindowMsgHitTest = 1
|
||||
kWindowMsgCalculateShape = 2
|
||||
|
@ -189,8 +189,8 @@ kWindowMsgModified = 10
|
|||
kWindowMsgDrawInCurrentPort = 11
|
||||
kWindowMsgSetupProxyDragImage = 12
|
||||
kWindowMsgStateChanged = 13
|
||||
kWindowMsgMeasureTitle = 14
|
||||
kWindowMsgGetGrowImageRegion = 19
|
||||
kWindowMsgMeasureTitle = 14
|
||||
kWindowMsgGetGrowImageRegion = 19
|
||||
wDraw = 0
|
||||
wHit = 1
|
||||
wCalcRgns = 2
|
||||
|
@ -214,7 +214,7 @@ kWindowCanMeasureTitle = (1 << 11)
|
|||
kWindowWantsDisposeAtProcessDeath = (1 << 12)
|
||||
kWindowSupportsGetGrowImageRegion = (1 << 13)
|
||||
kWindowDefSupportsColorGrafPort = 0x40000002
|
||||
kWindowIsOpaque = (1 << 14)
|
||||
kWindowIsOpaque = (1 << 14)
|
||||
kWindowSupportsSetGrowImageRegion = (1 << 13)
|
||||
deskPatID = 16
|
||||
wContentColor = 0
|
||||
|
@ -228,10 +228,10 @@ kWindowDefinitionVersionTwo = 2
|
|||
kWindowIsCollapsedState = (1 << 0L)
|
||||
kStoredWindowSystemTag = FOUR_CHAR_CODE('appl')
|
||||
kStoredBasicWindowDescriptionID = FOUR_CHAR_CODE('sbas')
|
||||
kStoredWindowPascalTitleID = FOUR_CHAR_CODE('s255')
|
||||
kStoredWindowPascalTitleID = FOUR_CHAR_CODE('s255')
|
||||
kWindowDefProcPtr = 0
|
||||
kWindowDefObjectClass = 1
|
||||
kWindowDefProcID = 2
|
||||
kWindowDefProcID = 2
|
||||
kWindowModalityNone = 0
|
||||
kWindowModalitySystemModal = 1
|
||||
kWindowModalityAppModal = 2
|
||||
|
@ -252,7 +252,7 @@ kWindowGroupContentsVisible = 1 << 2
|
|||
kWindowPaintProcOptionsNone = 0
|
||||
kScrollWindowNoOptions = 0
|
||||
kScrollWindowInvalidate = (1L << 0)
|
||||
kScrollWindowEraseToPortBackground = (1L << 1)
|
||||
kScrollWindowEraseToPortBackground = (1L << 1)
|
||||
kWindowMenuIncludeRotate = 1 << 0
|
||||
kWindowZoomTransitionEffect = 1
|
||||
kWindowSheetTransitionEffect = 2
|
||||
|
@ -273,7 +273,7 @@ kWindowLatentVisibleFullScreen = 1 << 2
|
|||
kWindowLatentVisibleAppHidden = 1 << 3
|
||||
kWindowLatentVisibleCollapsedOwner = 1 << 4
|
||||
kWindowLatentVisibleCollapsedGroup = 1 << 5
|
||||
kWindowPropertyPersistent = 0x00000001
|
||||
kWindowPropertyPersistent = 0x00000001
|
||||
kWindowGroupAttrSelectable = kWindowGroupAttrSelectAsLayer
|
||||
kWindowGroupAttrPositionFixed = kWindowGroupAttrMoveTogether
|
||||
kWindowGroupAttrZOrderFixed = kWindowGroupAttrLayerTogether
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue