API  1.0.0
CPWindow_Constants.j File Reference

Go to the source code of this file.

Typedefs

typedef CPWindowLevel CPBackgroundWindowLevel = -1
 
typedef CPWindowOrderingMode CPWindowAbove = 1
 

Variables

 CPBorderlessBridgeWindowMask = 1 << 20
 
 CPBorderlessWindowMask = 0
 
 CPClosableWindowMask = 1 << 1
 
 CPCustomWindowShadowStyle = 3
 
 CPDraggingWindowLevel = 500
 
 CPFloatingWindowLevel = 3
 
 CPHUDBackgroundWindowMask = 1 << 21
 
 CPMainMenuWindowLevel = 24
 
 CPMenuWindowShadowStyle = 1
 
 CPMiniaturizableWindowMask = 1 << 2
 
 CPModalPanelWindowLevel = 8
 
 CPNormalWindowLevel = 0
 
 CPPanelWindowShadowStyle = 2
 
 CPPopUpMenuWindowLevel = 101
 
 CPResizableWindowMask = 1 << 3
 
 CPScreenSaverWindowLevel = 1000
 
 CPStandardWindowShadowStyle = 0
 
 CPStatusWindowLevel = 25
 
 CPSubmenuWindowLevel = 3
 
 CPTexturedBackgroundWindowMask = 1 << 8
 
 CPTitledWindowMask = 1 << 0
 
 CPTornOffMenuWindowLevel = 3
 
 CPWindowBelow = -1
 
 CPWindowConstrainToScreen = YES
 
 CPWindowDidBecomeKeyNotification = @"CPWindowDidBecomeKeyNotification"
 
 CPWindowDidBecomeMainNotification = @"CPWindowDidBecomeMainNotification"
 
 CPWindowDidDeminiaturizeNotification = @"CPWindowDidDeminiaturizeNotification"
 
 CPWindowDidEndLiveResizeNotification = @"CPWindowDidEndLiveResizeNotification"
 
 CPWindowDidEndSheetNotification = @"CPWindowDidEndSheetNotification"
 
 CPWindowDidMiniaturizeNotification = @"CPWindowDidMiniaturizeNotification"
 
 CPWindowDidMoveNotification = @"CPWindowDidMoveNotification"
 
 CPWindowDidResignKeyNotification = @"CPWindowDidResignKeyNotification"
 
 CPWindowDidResignMainNotification = @"CPWindowDidResignMainNotification"
 
 CPWindowDidResizeNotification = @"CPWindowDidResizeNotification"
 
 CPWindowHeightSizable = 16
 
 CPWindowMaxXMargin = 4
 
 CPWindowMaxYMargin = 32
 
 CPWindowMinXMargin = 1
 
 CPWindowMinYMargin = 8
 
 CPWindowNotSizable = 0
 
 CPWindowOut = 0
 
 CPWindowPositionFlexibleBottom = 1 << 21
 
 CPWindowPositionFlexibleLeft = 1 << 20
 
 CPWindowPositionFlexibleRight = 1 << 19
 
 CPWindowPositionFlexibleTop = 1 << 22
 
 CPWindowResizeStyle = CPWindowResizeStyleModern
 
 CPWindowResizeStyleLegacy = 1
 
 CPWindowResizeStyleModern = 0
 
 CPWindowShadowStyleMenu = 1
 
 CPWindowShadowStylePanel = 2
 
 CPWindowShadowStyleStandard = 0
 
 CPWindowWidthSizable = 2
 
 CPWindowWillBeginSheetNotification = @"CPWindowWillBeginSheetNotification"
 
 CPWindowWillCloseNotification = @"CPWindowWillCloseNotification"
 
 CPWindowWillMiniaturizeNotification = @"CPWindowWillMiniaturizeNotification"
 
 CPWindowWillStartLiveResizeNotification = @"CPWindowWillStartLiveResizeNotification"
 

Typedef Documentation

◆ CPBackgroundWindowLevel

typedef CPWindowLevel CPBackgroundWindowLevel = -1

Definition at line 76 of file CPWindow_Constants.j.

◆ CPWindowAbove

typedef CPWindowOrderingMode CPWindowAbove = 1

Definition at line 143 of file CPWindow_Constants.j.

Variable Documentation

◆ CPBorderlessBridgeWindowMask

CPBorderlessBridgeWindowMask = 1 << 20

Definition at line 56 of file CPWindow_Constants.j.

◆ CPBorderlessWindowMask

CPBorderlessWindowMask = 0

Definition at line 27 of file CPWindow_Constants.j.

◆ CPClosableWindowMask

CPClosableWindowMask = 1 << 1

Definition at line 37 of file CPWindow_Constants.j.

◆ CPCustomWindowShadowStyle

CPCustomWindowShadowStyle = 3

Definition at line 188 of file CPWindow_Constants.j.

◆ CPDraggingWindowLevel

CPDraggingWindowLevel = 500

Definition at line 130 of file CPWindow_Constants.j.

◆ CPFloatingWindowLevel

CPFloatingWindowLevel = 3

Definition at line 88 of file CPWindow_Constants.j.

◆ CPHUDBackgroundWindowMask

CPHUDBackgroundWindowMask = 1 << 21

Definition at line 60 of file CPWindow_Constants.j.

◆ CPMainMenuWindowLevel

CPMainMenuWindowLevel = 24

Definition at line 106 of file CPWindow_Constants.j.

◆ CPMenuWindowShadowStyle

CPMenuWindowShadowStyle = 1

Definition at line 186 of file CPWindow_Constants.j.

◆ CPMiniaturizableWindowMask

CPMiniaturizableWindowMask = 1 << 2

Definition at line 42 of file CPWindow_Constants.j.

◆ CPModalPanelWindowLevel

CPModalPanelWindowLevel = 8

Definition at line 118 of file CPWindow_Constants.j.

◆ CPNormalWindowLevel

CPNormalWindowLevel = 0

Definition at line 82 of file CPWindow_Constants.j.

◆ CPPanelWindowShadowStyle

CPPanelWindowShadowStyle = 2

Definition at line 187 of file CPWindow_Constants.j.

◆ CPPopUpMenuWindowLevel

CPPopUpMenuWindowLevel = 101

Definition at line 124 of file CPWindow_Constants.j.

◆ CPResizableWindowMask

CPResizableWindowMask = 1 << 3

Definition at line 47 of file CPWindow_Constants.j.

◆ CPScreenSaverWindowLevel

CPScreenSaverWindowLevel = 1000

Definition at line 136 of file CPWindow_Constants.j.

◆ CPStandardWindowShadowStyle

CPStandardWindowShadowStyle = 0

Definition at line 185 of file CPWindow_Constants.j.

◆ CPStatusWindowLevel

CPStatusWindowLevel = 25

Definition at line 112 of file CPWindow_Constants.j.

◆ CPSubmenuWindowLevel

CPSubmenuWindowLevel = 3

Definition at line 94 of file CPWindow_Constants.j.

◆ CPTexturedBackgroundWindowMask

CPTexturedBackgroundWindowMask = 1 << 8

Definition at line 52 of file CPWindow_Constants.j.

◆ CPTitledWindowMask

CPTitledWindowMask = 1 << 0

Definition at line 32 of file CPWindow_Constants.j.

◆ CPTornOffMenuWindowLevel

CPTornOffMenuWindowLevel = 3

Definition at line 100 of file CPWindow_Constants.j.

◆ CPWindowBelow

CPWindowBelow = -1

Definition at line 148 of file CPWindow_Constants.j.

◆ CPWindowConstrainToScreen

CPWindowConstrainToScreen = YES

Definition at line 190 of file CPWindow_Constants.j.

◆ CPWindowDidBecomeKeyNotification

CPWindowDidBecomeKeyNotification = @"CPWindowDidBecomeKeyNotification"

Definition at line 158 of file CPWindow_Constants.j.

◆ CPWindowDidBecomeMainNotification

CPWindowDidBecomeMainNotification = @"CPWindowDidBecomeMainNotification"

Definition at line 156 of file CPWindow_Constants.j.

◆ CPWindowDidDeminiaturizeNotification

CPWindowDidDeminiaturizeNotification = @"CPWindowDidDeminiaturizeNotification"

Definition at line 166 of file CPWindow_Constants.j.

◆ CPWindowDidEndLiveResizeNotification

CPWindowDidEndLiveResizeNotification = @"CPWindowDidEndLiveResizeNotification"

Definition at line 168 of file CPWindow_Constants.j.

◆ CPWindowDidEndSheetNotification

CPWindowDidEndSheetNotification = @"CPWindowDidEndSheetNotification"

Definition at line 163 of file CPWindow_Constants.j.

◆ CPWindowDidMiniaturizeNotification

CPWindowDidMiniaturizeNotification = @"CPWindowDidMiniaturizeNotification"

Definition at line 164 of file CPWindow_Constants.j.

◆ CPWindowDidMoveNotification

CPWindowDidMoveNotification = @"CPWindowDidMoveNotification"

Definition at line 161 of file CPWindow_Constants.j.

◆ CPWindowDidResignKeyNotification

CPWindowDidResignKeyNotification = @"CPWindowDidResignKeyNotification"

Definition at line 159 of file CPWindow_Constants.j.

◆ CPWindowDidResignMainNotification

CPWindowDidResignMainNotification = @"CPWindowDidResignMainNotification"

Definition at line 157 of file CPWindow_Constants.j.

◆ CPWindowDidResizeNotification

CPWindowDidResizeNotification = @"CPWindowDidResizeNotification"

Definition at line 160 of file CPWindow_Constants.j.

◆ CPWindowHeightSizable

CPWindowHeightSizable = 16

Definition at line 72 of file CPWindow_Constants.j.

◆ CPWindowMaxXMargin

CPWindowMaxXMargin = 4

Definition at line 70 of file CPWindow_Constants.j.

◆ CPWindowMaxYMargin

CPWindowMaxYMargin = 32

Definition at line 73 of file CPWindow_Constants.j.

◆ CPWindowMinXMargin

CPWindowMinXMargin = 1

Definition at line 68 of file CPWindow_Constants.j.

◆ CPWindowMinYMargin

CPWindowMinYMargin = 8

Definition at line 71 of file CPWindow_Constants.j.

◆ CPWindowNotSizable

CPWindowNotSizable = 0

Definition at line 67 of file CPWindow_Constants.j.

◆ CPWindowOut

CPWindowOut = 0

Definition at line 153 of file CPWindow_Constants.j.

◆ CPWindowPositionFlexibleBottom

CPWindowPositionFlexibleBottom = 1 << 21

Definition at line 182 of file CPWindow_Constants.j.

◆ CPWindowPositionFlexibleLeft

CPWindowPositionFlexibleLeft = 1 << 20

Definition at line 181 of file CPWindow_Constants.j.

◆ CPWindowPositionFlexibleRight

CPWindowPositionFlexibleRight = 1 << 19

Definition at line 180 of file CPWindow_Constants.j.

◆ CPWindowPositionFlexibleTop

CPWindowPositionFlexibleTop = 1 << 22

Definition at line 183 of file CPWindow_Constants.j.

◆ CPWindowResizeStyle

CPWindowResizeStyle = CPWindowResizeStyleModern

Definition at line 178 of file CPWindow_Constants.j.

◆ CPWindowResizeStyleLegacy

CPWindowResizeStyleLegacy = 1

Definition at line 177 of file CPWindow_Constants.j.

◆ CPWindowResizeStyleModern

CPWindowResizeStyleModern = 0

Definition at line 176 of file CPWindow_Constants.j.

◆ CPWindowShadowStyleMenu

CPWindowShadowStyleMenu = 1

Definition at line 173 of file CPWindow_Constants.j.

◆ CPWindowShadowStylePanel

CPWindowShadowStylePanel = 2

Definition at line 174 of file CPWindow_Constants.j.

◆ CPWindowShadowStyleStandard

CPWindowShadowStyleStandard = 0

Definition at line 172 of file CPWindow_Constants.j.

◆ CPWindowWidthSizable

CPWindowWidthSizable = 2

Definition at line 69 of file CPWindow_Constants.j.

◆ CPWindowWillBeginSheetNotification

CPWindowWillBeginSheetNotification = @"CPWindowWillBeginSheetNotification"

Definition at line 162 of file CPWindow_Constants.j.

◆ CPWindowWillCloseNotification

CPWindowWillCloseNotification = @"CPWindowWillCloseNotification"

Definition at line 155 of file CPWindow_Constants.j.

◆ CPWindowWillMiniaturizeNotification

CPWindowWillMiniaturizeNotification = @"CPWindowWillMiniaturizeNotification"

Definition at line 165 of file CPWindow_Constants.j.

◆ CPWindowWillStartLiveResizeNotification

CPWindowWillStartLiveResizeNotification = @"CPWindowWillStartLiveResizeNotification"

Definition at line 167 of file CPWindow_Constants.j.