RSS

Суббота, 02.11.2024, 05:25
Главная » WoW API »

API Функции

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

В разделе материалов: 7079
Показано материалов: 1651-1700
Страницы: « 1 2 ... 32 33 34 35 36 ... 141 142 »

Название Описание
registered = ScrollFrame:IsEventRegistered("event") Returns whether the frame is registered for a given [[docs/eventsevent]]
isDragging = ScrollFrame:IsDragging() Returns whether the region is currently being dragged.
enabled = ScrollFrame:IsClampedToScreen() Returns whether the frame's boundaries are limited to those of the screen.
ScrollFrame:IgnoreDepth(enable) Sets whether the frame's depth property is ignored (for stereoscopic 3D setups)
ScrollFrame:HookScript("scriptType", handler) Securely hooks a script handler.
ScrollFrame:Hide() Hides the region.
hasScript = ScrollFrame:HasScript("scriptType") Returns whether the widget supports a script handler.
width = ScrollFrame:GetWidth() Returns the width of the region.
maxScroll = ScrollFrame:GetVerticalScrollRange() Returns the scroll frame's maximum vertical (bottom) scroll position.
scroll = ScrollFrame:GetVerticalScroll() Returns the scroll frame's current vertical scroll position.
top = ScrollFrame:GetTop() Returns the distance from the bottom of the screen to the top of the region.
region = ScrollFrame:GetTitleRegion() Returns the frame's TitleRegion object.
width, height = ScrollFrame:GetSize() Returns the width and height of the region.
scrollChild = ScrollFrame:GetScrollChild() Returns the frame scrolled by the scroll frame.
handler = ScrollFrame:GetScript("scriptType") Returns the widget's handler function for a script.
scale = ScrollFrame:GetScale() Returns the frame's scale factor.
right = ScrollFrame:GetRight() Returns the distance from the left edge of the screen to the right edge of the region.
... = ScrollFrame:GetRegions() Returns a list of non-Frame child regions belonging to the frame.
left, bottom, width, height = ScrollFrame:GetRect() Returns the position and dimensions of the region.
ScrollFrame:GetPropagateKeyboardInput() Функция еще не задокументированна.
point, relativeTo, relativePoint, xOffset, yOffset = ScrollFrame:GetPoint(index) Returns information about one of the region's anchor points.
parent = ScrollFrame:GetParent() Returns the object's parent object.
type = ScrollFrame:GetObjectType() Returns the object's widget type.
numRegions = ScrollFrame:GetNumRegions() Returns the number of non-Frame child regions belonging to the frame.
numPoints = ScrollFrame:GetNumPoints() Returns the number of anchor points defined for the region.
numChildren = ScrollFrame:GetNumChildren() Returns the number of child frames belonging to the frame.
name = ScrollFrame:GetName() Returns the widget object's name.
minWidth, minHeight = ScrollFrame:GetMinResize() Returns the minimum size of the frame for user resizing.
maxWidth, maxHeight = ScrollFrame:GetMaxResize() Returns the maximum size of the frame for user resizing.
left = ScrollFrame:GetLeft() Returns the distance from the left edge of the screen to the left edge of the region.
id = ScrollFrame:GetID() Returns the frame's numeric identifier.
maxScroll = ScrollFrame:GetHorizontalScrollRange() Returns the scroll frame's maximum horizontal (rightmost) scroll position.
scroll = ScrollFrame:GetHorizontalScroll() Returns the scroll frame's current horizontal scroll position.
left, right, top, bottom = ScrollFrame:GetHitRectInsets() Returns the insets from the frame's edges which determine its mouse-interactable area.
height = ScrollFrame:GetHeight() Returns the height of the region.
strata = ScrollFrame:GetFrameStrata() Returns the general layering strata of the frame.
level = ScrollFrame:GetFrameLevel() Sets the level at which the frame is layered relative to others in its strata.
scale = ScrollFrame:GetEffectiveScale() Returns the overall scale factor of the frame.
depth = ScrollFrame:GetEffectiveDepth() Returns the overall 3D depth of the frame (for stereoscopic 3D configurations)
alpha = ScrollFrame:GetEffectiveAlpha() Returns the overall opacity of the frame.
ScrollFrame:GetDontSavePosition() Функция еще не задокументированна.
depth = ScrollFrame:GetDepth() Returns the 3D depth of the frame (for stereoscopic 3D setups)
left, right, top, bottom = ScrollFrame:GetClampRectInsets() Returns offsets from the frame's edges used when limiting user movement or resizing of the frame.
... = ScrollFrame:GetChildren() Returns a list of child frames of the frame.
x, y = ScrollFrame:GetCenter() Returns the screen coordinates of the region's center.
left, bottom, width, height = ScrollFrame:GetBoundsRect() Returns the position and dimension of the smallest area enclosing the frame and its children.
bottom = ScrollFrame:GetBottom() Returns the distance from the bottom of the screen to the bottom of the region.
red, green, blue, alpha = ScrollFrame:GetBackdropColor() Returns the shading color for the frame's background graphic.
red, green, blue, alpha = ScrollFrame:GetBackdropBorderColor() Returns the shading color for the frame's border graphic.
backdrop = ScrollFrame:GetBackdrop() Returns information about the frame's backdrop graphic.