ScrollingMessageFrame:SetMovable(enable)
|
Sets whether the frame can be moved by the user.
|
ScrollingMessageFrame:SetMaxLines(maxLines)
|
Sets the maximum number of messages to be kept in the frame.
|
ScrollingMessageFrame:SetJustifyV("justify")
|
Sets the font instance's vertical text alignment style.
|
ScrollingMessageFrame:SetJustifyH("justify")
|
Sets the font instance's horizontal text alignment style.
|
ScrollingMessageFrame:SetInsertMode("position")
|
Sets the position at which new messages are added to the frame.
|
ScrollingMessageFrame:SetIndentedWordWrap(indent)
|
Sets whether long lines of text are indented when wrapping.
|
ScrollingMessageFrame:SetID(id)
|
Sets a numeric identifier for the frame.
|
ScrollingMessageFrame:SetHyperlinksEnabled(enable)
|
Enables or disables hyperlink interactivity in the frame.
|
ScrollingMessageFrame:SetHitRectInsets(left, right, top, bottom)
|
Sets the insets from the frame's edges which determine its mouse-interactable area.
|
ScrollingMessageFrame:SetFrameStrata("strata")
|
Sets the general layering strata of the frame.
|
ScrollingMessageFrame:SetFrameLevel(level)
|
Sets the level at which the frame is layered relative to others in its strata.
|
ScrollingMessageFrame:SetFading(fading)
|
Sets whether messages added to the frame automatically fade out after a period of time.
|
ScrollingMessageFrame:SetFadeDuration(duration)
|
Sets the duration of the fade-out animation for disappearing messages.
|
ScrollingMessageFrame:SetDepth(depth)
|
Sets the 3D depth of the frame (for stereoscopic 3D configurations)
|
ScrollingMessageFrame:SetClampedToScreen(enable)
|
Sets whether the frame's boundaries should be limited to those of the screen.
|
ScrollingMessageFrame:SetClampRectInsets(left, right, top, bottom)
|
Sets offsets from the frame's edges used when limiting user movement or resizing of the frame.
|
ScrollingMessageFrame:SetAlpha(alpha)
|
Sets the opacity of the region relative to its parent.
|
ScrollingMessageFrame:ScrollUp()
|
Scrolls the message frame's contents up by two lines.
|
ScrollingMessageFrame:ScrollToTop()
|
Scrolls to the top of the message frame's contents.
|
ScrollingMessageFrame:ScrollToBottom()
|
Scrolls to the bottom of the message frame's contents.
|
ScrollingMessageFrame:ScrollDown()
|
Scrolls the message frame's contents down by two lines.
|
ScrollingMessageFrame:RegisterEvent("event")
|
Registers the frame for an [[docs/eventsevent]]
|
ScrollingMessageFrame:Raise()
|
Increases the frame's frame level above all other frames in its strata.
|
ScrollingMessageFrame:PageUp()
|
Scrolls the message frame's contents up by one page.
|
ScrollingMessageFrame:PageDown()
|
Scrolls the message frame's contents down by one page.
|
ScrollingMessageFrame:Lower()
|
Reduces the frame's frame level below all other frames in its strata.
|
enabled = ScrollingMessageFrame:IsUserPlaced()
|
Returns whether the frame is flagged for automatic saving and restoration of position and dimensions.
|
enabled = ScrollingMessageFrame:IsToplevel()
|
Returns whether the frame is automatically raised to the front when clicked.
|
enabled = ScrollingMessageFrame:IsResizable()
|
Returns whether the frame can be resized by the user.
|
isType = ScrollingMessageFrame:IsObjectType("type")
|
Returns whether the object belongs to a given widget type.
|
movable = ScrollingMessageFrame:IsMovable()
|
Returns whether the frame can be moved by the user.
|