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