depth = ColorSelect:GetEffectiveDepth()
|
Returns the overall 3D depth of the frame (for stereoscopic 3D configurations)
|
alpha = ColorSelect:GetEffectiveAlpha()
|
Returns the overall opacity of the frame.
|
ColorSelect:GetDontSavePosition()
|
Функция еще не задокументированна.
|
depth = ColorSelect:GetDepth()
|
Returns the 3D depth of the frame (for stereoscopic 3D setups)
|
texture = ColorSelect:GetColorWheelThumbTexture()
|
Returns the texture for the selection indicator on the color picker's hue/saturation wheel.
|
texture = ColorSelect:GetColorWheelTexture()
|
Returns the texture for the color picker's hue/saturation wheel.
|
texture = ColorSelect:GetColorValueThumbTexture()
|
Returns the texture for the color picker's value slider thumb.
|
texture = ColorSelect:GetColorValueTexture()
|
Returns the texture for the color picker's value slider background.
|
red, blue, green = ColorSelect:GetColorRGB()
|
Returns the red, green and blue components of the currently selected color.
|
hue, saturation, value = ColorSelect:GetColorHSV()
|
Returns the hue, saturation and value of the currently selected color.
|
left, right, top, bottom = ColorSelect:GetClampRectInsets()
|
Returns offsets from the frame's edges used when limiting user movement or resizing of the frame.
|
... = ColorSelect:GetChildren()
|
Returns a list of child frames of the frame.
|
x, y = ColorSelect:GetCenter()
|
Returns the screen coordinates of the region's center.
|
left, bottom, width, height = ColorSelect:GetBoundsRect()
|
Returns the position and dimension of the smallest area enclosing the frame and its children.
|
bottom = ColorSelect:GetBottom()
|
Returns the distance from the bottom of the screen to the bottom of the region.
|
red, green, blue, alpha = ColorSelect:GetBackdropColor()
|
Returns the shading color for the frame's background graphic.
|
backdrop = ColorSelect:GetBackdrop()
|
Returns information about the frame's backdrop graphic.
|
value = ColorSelect:GetAttribute("name")
|
Returns the value of a secure frame attribute.
|
... = ColorSelect:GetAnimationGroups()
|
Returns a list of animation groups belonging to the region.
|
alpha = ColorSelect:GetAlpha()
|
Returns the opacity of the region relative to its parent.
|
ColorSelect:EnableMouseWheel(enable)
|
Enables or disables mouse wheel interactivity for the frame.
|
ColorSelect:EnableMouse(enable)
|
Enables or disables mouse interactivity for the frame.
|
ColorSelect:EnableKeyboard(enable)
|
Enables or disables keyboard interactivity for the frame.
|
ColorSelect:EnableJoystick(enable)
|
Enables or disables joystick interactivity.
|
ColorSelect:EnableDrawLayer("layer")
|
Allows display of all child objects of the frame on a specified graphics layer.
|
ColorSelect:DisableDrawLayer("layer")
|
Prevents display of all child objects of the frame on a specified graphics layer.
|
region = ColorSelect:CreateTitleRegion()
|
Creates a title region for dragging the frame.
|
fontstring = ColorSelect:CreateFontString(["name" [, "layer" [, "inherits"]]])
|
Creates a new [[docs/widgets/FontString`FontString`]] as a child of the frame.
|
ColorSelect:ClearAllPoints()
|
Removes all anchor points from the region.
|
canChange = ColorSelect:CanChangeProtectedState()
|
Returns whether protected properties of the region can be changed by non-secure scripts.
|
enabled = ColorSelect:CanChangeAttribute()
|
Returns whether secure frame attributes can currently be changed.
|
ColorSelect:AllowAttributeChanges()
|
Temporarily allows insecure code to modify the frame's attributes during combat.
|
CheckButton:UnregisterEvent("event")
|
Unregisters the frame for an event.
|
CheckButton:UnregisterAllEvents()
|
Unregisters the frame from any [[docs/eventsevents]] for which it is registered.
|
CheckButton:UnlockHighlight()
|
Unlocks the button's highlight state.
|
CheckButton:StopMovingOrSizing()
|
Ends movement or resizing of the frame initiated with [[docs/widgets/Frame/StartMoving`:StartMoving()`]] or [[docs/widgets/Frame/StartSizing`:StartSizing()`]]
|
CheckButton:StopAnimating()
|
Stops any active animations involving the region or its children.
|
CheckButton:StartSizing()
|
Begins resizing the frame via mouse movement.
|
CheckButton:StartMoving()
|
Begins repositioning the frame via mouse movement.
|
CheckButton:SetUserPlaced(enable)
|
Flags the frame for automatic saving and restoration of position and dimensions.
|
CheckButton:SetToplevel(enable)
|
Sets whether the frame should automatically come to the front when clicked.
|
CheckButton:SetText("text")
|
Sets the text displayed as the button's label.
|
CheckButton:SetSize(width, height)
|
Sets the size of the region to the specified values.
|
CheckButton:SetScript("scriptType", handler)
|
Sets the widget's handler function for a script.
|
CheckButton:SetScale(scale)
|
Sets the frame's scale factor.
|