ScrollFrame:SetFrameStrata("strata")
|
Sets the general layering strata of the frame.
|
ScrollFrame:SetFrameLevel(level)
|
Sets the level at which the frame is layered relative to others in its strata.
|
ScrollFrame:SetDontSavePosition()
|
Функция еще не задокументированна.
|
ScrollFrame:SetDepth(depth)
|
Sets the 3D depth of the frame (for stereoscopic 3D configurations)
|
ScrollFrame:SetClampedToScreen(enable)
|
Sets whether the frame's boundaries should be limited to those of the screen.
|
ScrollFrame:SetClampRectInsets(left, right, top, bottom)
|
Sets offsets from the frame's edges used when limiting user movement or resizing of the frame.
|
ScrollFrame:SetBackdropColor(red, green, blue [, alpha])
|
Sets a shading color for the frame's background graphic.
|
ScrollFrame:SetBackdrop(backdrop)
|
Sets a backdrop graphic for the frame.
|
ScrollFrame:RegisterForDrag(...)
|
Registers the frame for dragging.
|
ScrollFrame:RegisterEvent("event")
|
Registers the frame for an [[docs/eventsevent]]
|
ScrollFrame:RegisterAllEvents()
|
Registers the frame for all events.
|
ScrollFrame:Raise()
|
Increases the frame's frame level above all other frames in its strata.
|
ScrollFrame:Lower()
|
Reduces the frame's frame level below all other frames in its strata.
|
enabled = ScrollFrame:IsUserPlaced()
|
Returns whether the frame is flagged for automatic saving and restoration of position and dimensions.
|
enabled = ScrollFrame:IsToplevel()
|
Returns whether the frame is automatically raised to the front when clicked.
|
enabled = ScrollFrame:IsResizable()
|
Returns whether the frame can be resized by the user.
|
movable = ScrollFrame:IsMovable()
|
Returns whether the frame can be moved by the user.
|
enabled = ScrollFrame:IsMouseWheelEnabled()
|
Returns whether mouse wheel interactivity is enabled for the frame.
|
enabled = ScrollFrame:IsMouseEnabled()
|
Returns whether mouse interactivity is enabled for the frame.
|
enabled = ScrollFrame:IsKeyboardEnabled()
|
Returns whether keyboard interactivity is enabled for the frame.
|
enabled = ScrollFrame:IsJoystickEnabled()
|
Returns whether joystick interactivity is enabled for the frame.
|
enabled = ScrollFrame:IsIgnoringDepth()
|
Returns whether the frame's depth property is ignored (for stereoscopic 3D setups)
|
registered = ScrollFrame:IsEventRegistered("event")
|
Returns whether the frame is registered for a given [[docs/eventsevent]]
|
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)
|
region = ScrollFrame:GetTitleRegion()
|
Returns the frame's TitleRegion object.
|
scale = ScrollFrame:GetScale()
|
Returns the frame's scale factor.
|
... = ScrollFrame:GetRegions()
|
Returns a list of non-Frame child regions belonging to the frame.
|
numRegions = ScrollFrame:GetNumRegions()
|
Returns the number of non-Frame child regions belonging to the frame.
|
numChildren = ScrollFrame:GetNumChildren()
|
Returns the number of child frames belonging to the frame.
|
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.
|
id = ScrollFrame:GetID()
|
Returns the frame's numeric identifier.
|
left, right, top, bottom = ScrollFrame:GetHitRectInsets()
|
Returns the insets from the frame's edges which determine its mouse-interactable area.
|
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.
|
left, bottom, width, height = ScrollFrame:GetBoundsRect()
|
Returns the position and dimension of the smallest area enclosing the frame and its children.
|
red, green, blue, alpha = ScrollFrame:GetBackdropColor()
|
Returns the shading color for the frame's background graphic.
|
backdrop = ScrollFrame:GetBackdrop()
|
Returns information about the frame's backdrop graphic.
|