RSS

Воскресенье, 19.05.2024, 04:23
Главная » WoW API » API Виджеты »

Область

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

В категории материалов: 650
Показано материалов: 351-400
Страницы: « 1 2 ... 6 7 8 9 10 ... 12 13 »

Название Описание
MessageFrame:StopAnimating() Stops any active animations involving the region or its children.
MessageFrame:SetWidth(width) Sets the region's width.
MessageFrame:SetSize(width, height) Sets the size of the region to the specified values.
MessageFrame:SetPoint("point" [, relativeTo [, "relativePoint" [, xOffset [, yOffset]]]]) Sets an anchor point for the region.
MessageFrame:SetParent(frame) or MessageFrame:SetParent("name") Makes another frame the parent of this region.
MessageFrame:SetHeight(height) Sets the region's height.
MessageFrame:SetAllPoints([region]) or MessageFrame:SetAllPoints(["name"]) Sets all anchor points of the region to match those of another region.
isProtected, explicit = MessageFrame:IsProtected() Returns whether the region is protected.
isOver = MessageFrame:IsMouseOver([topOffset [, leftOffset [, bottomOffset [, rightOffset]]]]) Returns whether the mouse cursor is over the given region.
isDragging = MessageFrame:IsDragging() Returns whether the region is currently being dragged.
width = MessageFrame:GetWidth() Returns the width of the region.
top = MessageFrame:GetTop() Returns the distance from the bottom of the screen to the top of the region.
width, height = MessageFrame:GetSize() Returns the width and height of the region.
right = MessageFrame:GetRight() Returns the distance from the left edge of the screen to the right edge of the region.
left, bottom, width, height = MessageFrame:GetRect() Returns the position and dimensions of the region.
point, relativeTo, relativePoint, xOffset, yOffset = MessageFrame:GetPoint(index) Returns information about one of the region's anchor points.
numPoints = MessageFrame:GetNumPoints() Returns the number of anchor points defined for the region.
left = MessageFrame:GetLeft() Returns the distance from the left edge of the screen to the left edge of the region.
height = MessageFrame:GetHeight() Returns the height of the region.
x, y = MessageFrame:GetCenter() Returns the screen coordinates of the region's center.
bottom = MessageFrame:GetBottom() Returns the distance from the bottom of the screen to the bottom of the region.
... = MessageFrame:GetAnimationGroups() Returns a list of animation groups belonging to the region.
animationGroup = MessageFrame:CreateAnimationGroup(["name" [, "inheritsFrom"]]) Creates a new AnimationGroup as a child of the region.
MessageFrame:ClearAllPoints() Removes all anchor points from the region.
canChange = MessageFrame:CanChangeProtectedState() Returns whether protected properties of the region can be changed by non-secure scripts.
LayeredRegion:StopAnimating() Stops any active animations involving the region or its children.
LayeredRegion:SetWidth(width) Sets the region's width.
LayeredRegion:SetSize(width, height) Sets the size of the region to the specified values.
LayeredRegion:SetPoint("point" [, relativeTo [, "relativePoint" [, xOffset [, yOffset]]]]) Sets an anchor point for the region.
LayeredRegion:SetParent(frame) or LayeredRegion:SetParent("name") Makes another frame the parent of this region.
LayeredRegion:SetHeight(height) Sets the region's height.
LayeredRegion:SetAllPoints([region]) or LayeredRegion:SetAllPoints(["name"]) Sets all anchor points of the region to match those of another region.
isProtected, explicit = LayeredRegion:IsProtected() Returns whether the region is protected.
isOver = LayeredRegion:IsMouseOver([topOffset [, leftOffset [, bottomOffset [, rightOffset]]]]) Returns whether the mouse cursor is over the given region.
isDragging = LayeredRegion:IsDragging() Returns whether the region is currently being dragged.
width = LayeredRegion:GetWidth() Returns the width of the region.
top = LayeredRegion:GetTop() Returns the distance from the bottom of the screen to the top of the region.
width, height = LayeredRegion:GetSize() Returns the width and height of the region.
right = LayeredRegion:GetRight() Returns the distance from the left edge of the screen to the right edge of the region.
left, bottom, width, height = LayeredRegion:GetRect() Returns the position and dimensions of the region.
point, relativeTo, relativePoint, xOffset, yOffset = LayeredRegion:GetPoint(index) Returns information about one of the region's anchor points.
numPoints = LayeredRegion:GetNumPoints() Returns the number of anchor points defined for the region.
left = LayeredRegion:GetLeft() Returns the distance from the left edge of the screen to the left edge of the region.
height = LayeredRegion:GetHeight() Returns the height of the region.
x, y = LayeredRegion:GetCenter() Returns the screen coordinates of the region's center.
bottom = LayeredRegion:GetBottom() Returns the distance from the bottom of the screen to the bottom of the region.
... = LayeredRegion:GetAnimationGroups() Returns a list of animation groups belonging to the region.
animationGroup = LayeredRegion:CreateAnimationGroup(["name" [, "inheritsFrom"]]) Creates a new AnimationGroup as a child of the region.
LayeredRegion:ClearAllPoints() Removes all anchor points from the region.
canChange = LayeredRegion:CanChangeProtectedState() Returns whether protected properties of the region can be changed by non-secure scripts.