RSS

Суббота, 11.05.2024, 07:37
Главная » WoW API » API Виджеты »

Область

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

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

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