RSS

Понедельник, 06.05.2024, 06:49
Главная » WoW API » API Виджеты »

Область

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

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

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