RSS

Четверг, 25.04.2024, 19:52
Главная » WoW API » API Виджеты »

Область

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

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

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