RSS

Пятница, 17.05.2024, 11:21
Главная » WoW API » API Виджеты »

Область

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

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

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