ColorSelect:StopAnimating()
|
Stops any active animations involving the region or its children.
|
ColorSelect:SetSize(width, height)
|
Sets the size of the region to the specified values.
|
isDragging = ColorSelect:IsDragging()
|
Returns whether the region is currently being dragged.
|
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.
|
width, height = ColorSelect:GetSize()
|
Returns the width and height of the region.
|
right = ColorSelect:GetRight()
|
Returns the distance from the left edge of the screen to the right edge of the region.
|
left, bottom, width, height = ColorSelect:GetRect()
|
Returns the position and dimensions of the region.
|
numPoints = ColorSelect:GetNumPoints()
|
Returns the number of anchor points defined for the region.
|
left = ColorSelect:GetLeft()
|
Returns the distance from the left edge of the screen to the left edge of the region.
|
height = ColorSelect:GetHeight()
|
Returns the height of the region.
|
x, y = ColorSelect:GetCenter()
|
Returns the screen coordinates of the region's center.
|
bottom = ColorSelect:GetBottom()
|
Returns the distance from the bottom of the screen to the bottom of the region.
|
... = ColorSelect:GetAnimationGroups()
|
Returns a list of animation groups belonging to the region.
|
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.
|
CheckButton:StopAnimating()
|
Stops any active animations involving the region or its children.
|
CheckButton:SetSize(width, height)
|
Sets the size of the region to the specified values.
|
isDragging = CheckButton:IsDragging()
|
Returns whether the region is currently being dragged.
|
width = CheckButton:GetWidth()
|
Returns the width of the region.
|
top = CheckButton:GetTop()
|
Returns the distance from the bottom of the screen to the top of the region.
|
width, height = CheckButton:GetSize()
|
Returns the width and height of the region.
|
right = CheckButton:GetRight()
|
Returns the distance from the left edge of the screen to the right edge of the region.
|
left, bottom, width, height = CheckButton:GetRect()
|
Returns the position and dimensions of the region.
|
numPoints = CheckButton:GetNumPoints()
|
Returns the number of anchor points defined for the region.
|
left = CheckButton:GetLeft()
|
Returns the distance from the left edge of the screen to the left edge of the region.
|
height = CheckButton:GetHeight()
|
Returns the height of the region.
|
x, y = CheckButton:GetCenter()
|
Returns the screen coordinates of the region's center.
|
bottom = CheckButton:GetBottom()
|
Returns the distance from the bottom of the screen to the bottom of the region.
|
... = CheckButton:GetAnimationGroups()
|
Returns a list of animation groups belonging to the region.
|
CheckButton:ClearAllPoints()
|
Removes all anchor points from the region.
|
canChange = CheckButton:CanChangeProtectedState()
|
Returns whether protected properties of the region can be changed by non-secure scripts.
|