RSS

Воскресенье, 28.04.2024, 01:43
Главная » WoW API » API Виджеты »

Область

[ Добавить запись ]

В категории материалов: 650
Показано материалов: 151-200
Страницы: « 1 2 3 4 5 6 ... 12 13 »

Название Описание
ScrollingMessageFrame:StopAnimating() Stops any active animations involving the region or its children.
ScrollingMessageFrame:SetWidth(width) Sets the region's width.
ScrollingMessageFrame:SetSize(width, height) Sets the size of the region to the specified values.
ScrollingMessageFrame:SetPoint("point" [, relativeTo [, "relativePoint" [, xOffset [, yOffset]]]]) Sets an anchor point for the region.
ScrollingMessageFrame:SetParent(frame) or ScrollingMessageFrame:SetParent("name") Makes another frame the parent of this region.
ScrollingMessageFrame:SetHeight(height) Sets the region's height.
ScrollingMessageFrame:SetAllPoints([region]) or ScrollingMessageFrame:SetAllPoints(["name"]) Sets all anchor points of the region to match those of another region.
isProtected, explicit = ScrollingMessageFrame:IsProtected() Returns whether the region is protected.
isOver = ScrollingMessageFrame:IsMouseOver([topOffset [, leftOffset [, bottomOffset [, rightOffset]]]]) Returns whether the mouse cursor is over the given region.
isDragging = ScrollingMessageFrame:IsDragging() Returns whether the region is currently being dragged.
width = ScrollingMessageFrame:GetWidth() Returns the width of the region.
top = ScrollingMessageFrame:GetTop() Returns the distance from the bottom of the screen to the top of the region.
width, height = ScrollingMessageFrame:GetSize() Returns the width and height of the region.
right = ScrollingMessageFrame:GetRight() Returns the distance from the left edge of the screen to the right edge of the region.
left, bottom, width, height = ScrollingMessageFrame:GetRect() Returns the position and dimensions of the region.
point, relativeTo, relativePoint, xOffset, yOffset = ScrollingMessageFrame:GetPoint(index) Returns information about one of the region's anchor points.
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.
height = ScrollingMessageFrame:GetHeight() Returns the height 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.
animationGroup = ScrollingMessageFrame:CreateAnimationGroup(["name" [, "inheritsFrom"]]) Creates a new AnimationGroup as a child of 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:SetWidth(width) Sets the region's width.
ScrollFrame:SetSize(width, height) Sets the size of the region to the specified values.
ScrollFrame:SetPoint("point" [, relativeTo [, "relativePoint" [, xOffset [, yOffset]]]]) Sets an anchor point for the region.
ScrollFrame:SetParent(frame) or ScrollFrame:SetParent("name") Makes another frame the parent of this region.
ScrollFrame:SetHeight(height) Sets the region's height.
ScrollFrame:SetAllPoints([region]) or ScrollFrame:SetAllPoints(["name"]) Sets all anchor points of the region to match those of another region.
isProtected, explicit = ScrollFrame:IsProtected() Returns whether the region is protected.
isOver = ScrollFrame:IsMouseOver([topOffset [, leftOffset [, bottomOffset [, rightOffset]]]]) Returns whether the mouse cursor is over the given region.
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.
point, relativeTo, relativePoint, xOffset, yOffset = ScrollFrame:GetPoint(index) Returns information about one of the region's anchor points.
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.
animationGroup = ScrollFrame:CreateAnimationGroup(["name" [, "inheritsFrom"]]) Creates a new AnimationGroup as a child of 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.