RSS

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

Область

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

В категории материалов: 650
Показано материалов: 501-550
Страницы: « 1 2 ... 9 10 11 12 13 »

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