... = ScrollingMessageFrame:GetRegions()
|
Returns a list of non-Frame child regions belonging to the frame.
|
numRegions = ScrollingMessageFrame:GetNumRegions()
|
Returns the number of non-Frame child regions belonging to the frame.
|
numChildren = ScrollingMessageFrame:GetNumChildren()
|
Returns the number of child frames belonging to the frame.
|
id = ScrollingMessageFrame:GetID()
|
Returns the frame's numeric identifier.
|
left, right, top, bottom = ScrollingMessageFrame:GetHitRectInsets()
|
Returns the insets from the frame's edges which determine its mouse-interactable area.
|
strata = ScrollingMessageFrame:GetFrameStrata()
|
Returns the general layering strata of the frame.
|
level = ScrollingMessageFrame:GetFrameLevel()
|
Sets the level at which the frame is layered relative to others in its strata.
|
depth = ScrollingMessageFrame:GetEffectiveDepth()
|
Returns the overall 3D depth of the frame (for stereoscopic 3D configurations)
|
depth = ScrollingMessageFrame:GetDepth()
|
Returns the 3D depth of the frame (for stereoscopic 3D setups)
|
left, right, top, bottom = ScrollingMessageFrame:GetClampRectInsets()
|
Returns offsets from the frame's edges used when limiting user movement or resizing of the frame.
|
... = ScrollingMessageFrame:GetChildren()
|
Returns a list of child frames of the frame.
|
left, bottom, width, height = ScrollingMessageFrame:GetBoundsRect()
|
Returns the position and dimension of the smallest area enclosing the frame and its children.
|
backdrop = ScrollingMessageFrame:GetBackdrop()
|
Returns information about the frame's backdrop graphic.
|
ScrollingMessageFrame:EnableMouseWheel(enable)
|
Enables or disables mouse wheel interactivity for the frame.
|
ScrollingMessageFrame:EnableMouse(enable)
|
Enables or disables mouse interactivity for the frame.
|
ScrollingMessageFrame:EnableKeyboard(enable)
|
Enables or disables keyboard interactivity for the frame.
|
ScrollingMessageFrame:EnableJoystick(enable)
|
Enables or disables joystick interactivity.
|
ScrollingMessageFrame:EnableDrawLayer("layer")
|
Allows display of all child objects of the frame on a specified graphics layer.
|
ScrollingMessageFrame:DisableDrawLayer("layer")
|
Prevents display of all child objects of the frame on a specified graphics layer.
|
enabled = ScrollingMessageFrame:CanChangeAttribute()
|
Returns whether secure frame attributes can currently be changed.
|
ScrollingMessageFrame:AllowAttributeChanges()
|
Temporarily allows insecure code to modify the frame's attributes during combat.
|
ScrollFrame:UnregisterEvent("event")
|
Unregisters the frame for an event.
|
ScrollFrame:UnregisterAllEvents()
|
Unregisters the frame from any [[docs/eventsevents]] for which it is registered.
|
ScrollFrame:StopMovingOrSizing()
|
Ends movement or resizing of the frame initiated with [[docs/widgets/Frame/StartMoving`:StartMoving()`]] or [[docs/widgets/Frame/StartSizing`:StartSizing()`]]
|
ScrollFrame:StartSizing()
|
Begins resizing the frame via mouse movement.
|
ScrollFrame:StartMoving()
|
Begins repositioning the frame via mouse movement.
|
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: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:SetHitRectInsets(left, right, top, bottom)
|
Sets the insets from the frame's edges which determine its mouse-interactable area.
|