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.
|
visible = ColorSelect:IsVisible()
|
Returns whether the region is visible.
|
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.
|
shown = ColorSelect:IsShown()
|
Returns whether the region is shown.
|
enabled = ColorSelect:IsResizable()
|
Returns whether the frame can be resized by the user.
|
isType = ColorSelect:IsObjectType("type")
|
Returns whether the object belongs to a given widget type.
|
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]]
|
isDragging = ColorSelect:IsDragging()
|
Returns whether the region is currently being dragged.
|
enabled = ColorSelect:IsClampedToScreen()
|
Returns whether the frame's boundaries are limited to those of the screen.
|
ColorSelect:IgnoreDepth(enable)
|
Sets whether the frame's depth property is ignored (for stereoscopic 3D setups)
|
hasScript = ColorSelect:HasScript("scriptType")
|
Returns whether the widget supports a script handler.
|
width = ColorSelect:GetWidth()
|
Returns the width of the region.
|
top = ColorSelect:GetTop()
|
Returns the distance from the bottom of the screen to the top of the region.
|
region = ColorSelect:GetTitleRegion()
|
Returns the frame's TitleRegion object.
|
width, height = ColorSelect:GetSize()
|
Returns the width and height of the region.
|
handler = ColorSelect:GetScript("scriptType")
|
Returns the widget's handler function for a script.
|
scale = ColorSelect:GetScale()
|
Returns the frame's scale factor.
|
right = ColorSelect:GetRight()
|
Returns the distance from the left edge of the screen to the right edge of the region.
|
... = ColorSelect:GetRegions()
|
Returns a list of non-Frame child regions belonging to the frame.
|
left, bottom, width, height = ColorSelect:GetRect()
|
Returns the position and dimensions of the region.
|
parent = ColorSelect:GetParent()
|
Returns the object's parent object.
|
type = ColorSelect:GetObjectType()
|
Returns the object's widget type.
|
numRegions = ColorSelect:GetNumRegions()
|
Returns the number of non-Frame child regions belonging to the frame.
|
numPoints = ColorSelect:GetNumPoints()
|
Returns the number of anchor points defined for the region.
|
numChildren = ColorSelect:GetNumChildren()
|
Returns the number of child frames belonging to the frame.
|
name = ColorSelect:GetName()
|
Returns the widget object's name.
|
minWidth, minHeight = ColorSelect:GetMinResize()
|
Returns the minimum size of the frame for user resizing.
|
maxWidth, maxHeight = ColorSelect:GetMaxResize()
|
Returns the maximum size of the frame for user resizing.
|
left = ColorSelect:GetLeft()
|
Returns the distance from the left edge of the screen to the left edge of the region.
|
id = ColorSelect:GetID()
|
Returns the frame's numeric identifier.
|
left, right, top, bottom = ColorSelect:GetHitRectInsets()
|
Returns the insets from the frame's edges which determine its mouse-interactable area.
|
height = ColorSelect:GetHeight()
|
Returns the height of the region.
|
strata = ColorSelect:GetFrameStrata()
|
Returns the general layering strata of the frame.
|
level = ColorSelect:GetFrameLevel()
|
Sets the level at which the frame is layered relative to others in its strata.
|
scale = ColorSelect:GetEffectiveScale()
|
Returns the overall scale factor of the frame.
|