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