#include "../Platform/Platform.h"
#include "../Platform/DOM/CPDOMDisplayServer.h"
#include "../CoreGraphics/CGGeometry.h"
Go to the source code of this file.
Definition at line 92 of file CPWindow.j.
CPBorderlessBridgeWindowMask = 1 << 20 |
Definition at line 77 of file CPWindow.j.
import<Foundation/CPCountedSet.j> import<Foundation/CPNotificationCenter.j> import<Foundation/CPUndoManager.j> import CGGeometry j import CPAnimation j import CPResponder j CPBorderlessWindowMask = 0 |
Definition at line 42 of file CPWindow.j.
CPClosableWindowMask = 1 << 1 |
Definition at line 54 of file CPWindow.j.
Definition at line 146 of file CPWindow.j.
Definition at line 104 of file CPWindow.j.
CPHUDBackgroundWindowMask = 1 << 21 |
Definition at line 82 of file CPWindow.j.
Definition at line 122 of file CPWindow.j.
CPMiniaturizableWindowMask = 1 << 2 |
Definition at line 60 of file CPWindow.j.
Definition at line 134 of file CPWindow.j.
Definition at line 98 of file CPWindow.j.
Definition at line 140 of file CPWindow.j.
CPResizableWindowMask = 1 << 3 |
Definition at line 66 of file CPWindow.j.
Definition at line 152 of file CPWindow.j.
Definition at line 128 of file CPWindow.j.
Definition at line 110 of file CPWindow.j.
CPTexturedBackgroundWindowMask = 1 << 8 |
Definition at line 72 of file CPWindow.j.
CPTitledWindowMask = 1 << 0 |
Definition at line 48 of file CPWindow.j.
Definition at line 116 of file CPWindow.j.
CPWindowAbove = 1 |
Definition at line 165 of file CPWindow.j.
CPWindowBelow = 2 |
Definition at line 171 of file CPWindow.j.
Definition at line 174 of file CPWindow.j.
Definition at line 176 of file CPWindow.j.
Definition at line 175 of file CPWindow.j.
Definition at line 89 of file CPWindow.j.
Definition at line 87 of file CPWindow.j.
CPWindowMaxYMargin = 32 |
Definition at line 90 of file CPWindow.j.
Definition at line 85 of file CPWindow.j.
Definition at line 88 of file CPWindow.j.
Definition at line 84 of file CPWindow.j.
CPWindowOut = 0 |
Definition at line 159 of file CPWindow.j.
var CPWindowSaveImage = nil |
Definition at line 187 of file CPWindow.j.
var CPWindowSavingImage = nil |
Definition at line 188 of file CPWindow.j.
Definition at line 86 of file CPWindow.j.
Definition at line 173 of file CPWindow.j.
var SHADOW_DISTANCE = 5.0 |
Definition at line 183 of file CPWindow.j.
var SHADOW_MARGIN_BOTTOM = 10.0 |
Definition at line 182 of file CPWindow.j.
var SHADOW_MARGIN_LEFT = 20.0 |
Definition at line 179 of file CPWindow.j.
var SHADOW_MARGIN_RIGHT = 19.0 |
Definition at line 180 of file CPWindow.j.
var SHADOW_MARGIN_TOP = 10.0 |
Definition at line 181 of file CPWindow.j.