RSS

Четверг, 28.03.2024, 22:37
Главная » WoW API » API Виджеты »

Область

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

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

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