RSS

Четверг, 02.05.2024, 22:41
Главная » WoW API » API Виджеты »

Область

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

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

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