Cooldown:EnableKeyboard(enable)
|
Enables or disables keyboard interactivity for the frame.
|
Cooldown:EnableJoystick(enable)
|
Enables or disables joystick interactivity.
|
Cooldown:EnableDrawLayer("layer")
|
Allows display of all child objects of the frame on a specified graphics layer.
|
Cooldown:DisableDrawLayer("layer")
|
Prevents display of all child objects of the frame on a specified graphics layer.
|
region = Cooldown:CreateTitleRegion()
|
Creates a title region for dragging the frame.
|
fontstring = Cooldown:CreateFontString(["name" [, "layer" [, "inherits"]]])
|
Creates a new [[docs/widgets/FontString`FontString`]] as a child of the frame.
|
enabled = Cooldown:CanChangeAttribute()
|
Returns whether secure frame attributes can currently be changed.
|
Cooldown:AllowAttributeChanges()
|
Temporarily allows insecure code to modify the frame's attributes during combat.
|
ColorSelect:UnregisterEvent("event")
|
Unregisters the frame for an event.
|
ColorSelect:UnregisterAllEvents()
|
Unregisters the frame from any [[docs/eventsevents]] for which it is registered.
|
ColorSelect:StopMovingOrSizing()
|
Ends movement or resizing of the frame initiated with [[docs/widgets/Frame/StartMoving`:StartMoving()`]] or [[docs/widgets/Frame/StartSizing`:StartSizing()`]]
|
ColorSelect:StartSizing()
|
Begins resizing the frame via mouse movement.
|
ColorSelect:StartMoving()
|
Begins repositioning the frame via mouse movement.
|
ColorSelect:SetUserPlaced(enable)
|
Flags the frame for automatic saving and restoration of position and dimensions.
|
ColorSelect:SetToplevel(enable)
|
Sets whether the frame should automatically come to the front when clicked.
|
ColorSelect:SetScale(scale)
|
Sets the frame's scale factor.
|
ColorSelect:SetResizable(enable)
|
Sets whether the frame can be resized by the user.
|
ColorSelect:SetMovable(enable)
|
Sets whether the frame can be moved by the user.
|
ColorSelect:SetMinResize(minWidth, minHeight)
|
Sets the minimum size of the frame for user resizing.
|
ColorSelect:SetMaxResize(maxWidth, maxHeight)
|
Sets the maximum size of the frame for user resizing.
|
ColorSelect:SetID(id)
|
Sets a numeric identifier for the frame.
|
ColorSelect:SetHitRectInsets(left, right, top, bottom)
|
Sets the insets from the frame's edges which determine its mouse-interactable area.
|
ColorSelect:SetFrameStrata("strata")
|
Sets the general layering strata of the frame.
|
ColorSelect:SetFrameLevel(level)
|
Sets the level at which the frame is layered relative to others in its strata.
|
ColorSelect:SetDontSavePosition()
|
Функция еще не задокументированна.
|
ColorSelect:SetDepth(depth)
|
Sets the 3D depth of the frame (for stereoscopic 3D configurations)
|
ColorSelect:SetClampedToScreen(enable)
|
Sets whether the frame's boundaries should be limited to those of the screen.
|
ColorSelect:SetClampRectInsets(left, right, top, bottom)
|
Sets offsets from the frame's edges used when limiting user movement or resizing of the frame.
|
ColorSelect:SetBackdropColor(red, green, blue [, alpha])
|
Sets a shading color for the frame's background graphic.
|
ColorSelect:SetBackdrop(backdrop)
|
Sets a backdrop graphic for the frame.
|
ColorSelect:RegisterForDrag(...)
|
Registers the frame for dragging.
|
ColorSelect:RegisterEvent("event")
|
Registers the frame for an [[docs/eventsevent]]
|
ColorSelect:RegisterAllEvents()
|
Registers the frame for all events.
|
ColorSelect:Raise()
|
Increases the frame's frame level above all other frames in its strata.
|
ColorSelect:Lower()
|
Reduces the frame's frame level below all other frames in its strata.
|
enabled = ColorSelect:IsUserPlaced()
|
Returns whether the frame is flagged for automatic saving and restoration of position and dimensions.
|
enabled = ColorSelect:IsToplevel()
|
Returns whether the frame is automatically raised to the front when clicked.
|
enabled = ColorSelect:IsResizable()
|
Returns whether the frame can be resized by the user.
|
movable = ColorSelect:IsMovable()
|
Returns whether the frame can be moved by the user.
|
enabled = ColorSelect:IsMouseWheelEnabled()
|
Returns whether mouse wheel interactivity is enabled for the frame.
|
enabled = ColorSelect:IsMouseEnabled()
|
Returns whether mouse interactivity is enabled for the frame.
|
enabled = ColorSelect:IsKeyboardEnabled()
|
Returns whether keyboard interactivity is enabled for the frame.
|
enabled = ColorSelect:IsJoystickEnabled()
|
Returns whether joystick interactivity is enabled for the frame.
|
enabled = ColorSelect:IsIgnoringDepth()
|
Returns whether the frame's depth property is ignored (for stereoscopic 3D setups)
|
registered = ColorSelect:IsEventRegistered("event")
|
Returns whether the frame is registered for a given [[docs/eventsevent]]
|
enabled = ColorSelect:IsClampedToScreen()
|
Returns whether the frame's boundaries are limited to those of the screen.
|