RSS

Четверг, 28.03.2024, 15:06
Главная » WoW API » API Виджеты »

Область

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

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

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

1-50 51-100 ... 501-550 551-600 601-650