ScrollFrame:SetVerticalScroll(scroll)
|
Sets the scroll frame's vertical scroll position.
|
ScrollFrame:SetUserPlaced(enable)
|
Flags the frame for automatic saving and restoration of position and dimensions.
|
ScrollFrame:SetToplevel(enable)
|
Sets whether the frame should automatically come to the front when clicked.
|
ScrollFrame:SetSize(width, height)
|
Sets the size of the region to the specified values.
|
ScrollFrame:SetScrollChild(frame)
|
Sets the scroll child for the scroll frame.
|
ScrollFrame:SetScript("scriptType", handler)
|
Sets the widget's handler function for a script.
|
ScrollFrame:SetScale(scale)
|
Sets the frame's scale factor.
|
ScrollFrame:SetResizable(enable)
|
Sets whether the frame can be resized by the user.
|
ScrollFrame:SetMovable(enable)
|
Sets whether the frame can be moved by the user.
|
ScrollFrame:SetMinResize(minWidth, minHeight)
|
Sets the minimum size of the frame for user resizing.
|
ScrollFrame:SetMaxResize(maxWidth, maxHeight)
|
Sets the maximum size of the frame for user resizing.
|
ScrollFrame:SetID(id)
|
Sets a numeric identifier for the frame.
|
ScrollFrame:SetHorizontalScroll(scroll)
|
Sets the scroll frame's horizontal scroll position.
|
ScrollFrame:SetHitRectInsets(left, right, top, bottom)
|
Sets the insets from the frame's edges which determine its mouse-interactable area.
|
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:SetAlpha(alpha)
|
Sets the opacity of the region relative to its parent.
|
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.
|
visible = ScrollFrame:IsVisible()
|
Returns whether the region is visible.
|
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.
|
shown = ScrollFrame:IsShown()
|
Returns whether the region is shown.
|
enabled = ScrollFrame:IsResizable()
|
Returns whether the frame can be resized by the user.
|
isType = ScrollFrame:IsObjectType("type")
|
Returns whether the object belongs to a given widget type.
|
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)
|