Cooldown:SetDepth(depth)
|
Sets the 3D depth of the frame (for stereoscopic 3D configurations)
|
Cooldown:SetClampedToScreen(enable)
|
Sets whether the frame's boundaries should be limited to those of the screen.
|
Cooldown:SetClampRectInsets(left, right, top, bottom)
|
Sets offsets from the frame's edges used when limiting user movement or resizing of the frame.
|
Cooldown:SetBackdropColor(red, green, blue [, alpha])
|
Sets a shading color for the frame's background graphic.
|
Cooldown:SetBackdrop(backdrop)
|
Sets a backdrop graphic for the frame.
|
Cooldown:RegisterForDrag(...)
|
Registers the frame for dragging.
|
Cooldown:RegisterEvent("event")
|
Registers the frame for an [[docs/eventsevent]]
|
Cooldown:RegisterAllEvents()
|
Registers the frame for all events.
|
Cooldown:Raise()
|
Increases the frame's frame level above all other frames in its strata.
|
Cooldown:Lower()
|
Reduces the frame's frame level below all other frames in its strata.
|
enabled = Cooldown:IsUserPlaced()
|
Returns whether the frame is flagged for automatic saving and restoration of position and dimensions.
|
enabled = Cooldown:IsToplevel()
|
Returns whether the frame is automatically raised to the front when clicked.
|
enabled = Cooldown:IsResizable()
|
Returns whether the frame can be resized by the user.
|
movable = Cooldown:IsMovable()
|
Returns whether the frame can be moved by the user.
|
enabled = Cooldown:IsMouseWheelEnabled()
|
Returns whether mouse wheel interactivity is enabled for the frame.
|
enabled = Cooldown:IsMouseEnabled()
|
Returns whether mouse interactivity is enabled for the frame.
|
enabled = Cooldown:IsKeyboardEnabled()
|
Returns whether keyboard interactivity is enabled for the frame.
|
enabled = Cooldown:IsJoystickEnabled()
|
Returns whether joystick interactivity is enabled for the frame.
|
enabled = Cooldown:IsIgnoringDepth()
|
Returns whether the frame's depth property is ignored (for stereoscopic 3D setups)
|
registered = Cooldown:IsEventRegistered("event")
|
Returns whether the frame is registered for a given [[docs/eventsevent]]
|
enabled = Cooldown:IsClampedToScreen()
|
Returns whether the frame's boundaries are limited to those of the screen.
|
Cooldown:IgnoreDepth(enable)
|
Sets whether the frame's depth property is ignored (for stereoscopic 3D setups)
|
region = Cooldown:GetTitleRegion()
|
Returns the frame's TitleRegion object.
|
scale = Cooldown:GetScale()
|
Returns the frame's scale factor.
|
... = Cooldown:GetRegions()
|
Returns a list of non-Frame child regions belonging to the frame.
|
numRegions = Cooldown:GetNumRegions()
|
Returns the number of non-Frame child regions belonging to the frame.
|
numChildren = Cooldown:GetNumChildren()
|
Returns the number of child frames belonging to the frame.
|
minWidth, minHeight = Cooldown:GetMinResize()
|
Returns the minimum size of the frame for user resizing.
|
maxWidth, maxHeight = Cooldown:GetMaxResize()
|
Returns the maximum size of the frame for user resizing.
|
id = Cooldown:GetID()
|
Returns the frame's numeric identifier.
|
left, right, top, bottom = Cooldown:GetHitRectInsets()
|
Returns the insets from the frame's edges which determine its mouse-interactable area.
|
strata = Cooldown:GetFrameStrata()
|
Returns the general layering strata of the frame.
|
level = Cooldown:GetFrameLevel()
|
Sets the level at which the frame is layered relative to others in its strata.
|
scale = Cooldown:GetEffectiveScale()
|
Returns the overall scale factor of the frame.
|
depth = Cooldown:GetEffectiveDepth()
|
Returns the overall 3D depth of the frame (for stereoscopic 3D configurations)
|
alpha = Cooldown:GetEffectiveAlpha()
|
Returns the overall opacity of the frame.
|
Cooldown:GetDontSavePosition()
|
Функция еще не задокументированна.
|
depth = Cooldown:GetDepth()
|
Returns the 3D depth of the frame (for stereoscopic 3D setups)
|
left, right, top, bottom = Cooldown:GetClampRectInsets()
|
Returns offsets from the frame's edges used when limiting user movement or resizing of the frame.
|
... = Cooldown:GetChildren()
|
Returns a list of child frames of the frame.
|
left, bottom, width, height = Cooldown:GetBoundsRect()
|
Returns the position and dimension of the smallest area enclosing the frame and its children.
|
red, green, blue, alpha = Cooldown:GetBackdropColor()
|
Returns the shading color for the frame's background graphic.
|
backdrop = Cooldown:GetBackdrop()
|
Returns information about the frame's backdrop graphic.
|
value = Cooldown:GetAttribute("name")
|
Returns the value of a secure frame attribute.
|
Cooldown:EnableMouseWheel(enable)
|
Enables or disables mouse wheel interactivity for the frame.
|
Cooldown:EnableMouse(enable)
|
Enables or disables mouse interactivity for the frame.
|