RSS

Пятница, 19.04.2024, 22:54
Главная » WoW API » API Виджеты »

Область

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

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

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