RSS

Среда, 24.04.2024, 08:28
Главная » WoW API » API Виджеты »

Область

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

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

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