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