ControlPoint:SetOffset(x, y)
|
Sets the offset for the control point.
|
isType = ControlPoint:IsObjectType("type")
|
Returns whether the object belongs to a given widget type.
|
parent = ControlPoint:GetParent()
|
Returns the object's parent object.
|
order = ControlPoint:GetOrder()
|
Returns the order of the control point in a path animation.
|
x, y = ControlPoint:GetOffset()
|
Returns the offset for the control point.
|
name = ControlPoint:GetName()
|
Returns the widget object's name.
|
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:StopAnimating()
|
Stops any active animations involving the region or its children.
|
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:SetSize(width, height)
|
Sets the size of the region to the specified values.
|
ColorSelect:SetScript("scriptType", handler)
|
Sets the widget's handler function for a script.
|
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:SetColorWheelTexture(texture)
|
Sets the `Texture` object used to display the color picker's hue/saturation wheel.
|
ColorSelect:SetColorValueTexture(texture)
|
Sets the `Texture` object used to display the color picker's value slider.
|
ColorSelect:SetColorRGB(red, blue, green)
|
Sets the color picker's selected color by red, green and blue components.
|
ColorSelect:SetColorHSV(hue, saturation, value)
|
Sets the color picker's selected color by hue, saturation and value.
|
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:SetAlpha(alpha)
|
Sets the opacity of the region relative to its parent.
|
ColorSelect:RegisterForDrag(...)
|
Registers the frame for dragging.
|
ColorSelect:RegisterEvent("event")
|
Registers the frame for an [[docs/eventsevent]]
|