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