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