Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:Widget API
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== [[UIOBJECT ScrollingMessageFrame|ScrollingMessageFrame]] === ScrollingMessageFrame additionally has all of the methods from [[#FontInstance|FontInstance]], plus the following: : {{id|API|ScrollingMessageFrame|AddMessage}}("text"[, r, g, b[, id][, addToStart]]) - Add a message to the frame with an optional color, ID (updated 2.4.2) : {{id|API|ScrollingMessageFrame|AtBottom}}() - Test whether frame is at the bottom. : {{id|API|ScrollingMessageFrame|AtTop}}() - Test whether frame is at the top (added 1.11) : {{id|API|ScrollingMessageFrame|Clear}}() - Clear all lines from the frame. : {{id|API|ScrollingMessageFrame|GetCurrentLine}}() - Returns the line number that was printed last, starting from 0. : <s>{{id|API|ScrollingMessageFrame|GetCurrentScroll}}() - Get number messages upward that are scrolled. (renamed 7.1.0 to GetScrollOffset)</s> : {{id|API|ScrollingMessageFrame|GetFadeDuration}}() : {{id|API|ScrollingMessageFrame|GetFading}}() : {{id|API|ScrollingMessageFrame|GetHyperlinksEnabled}}() (added 3.0.8) : {{id|API|ScrollingMessageFrame|GetInsertMode}}() - Gets the current insert mode for a frame. (added 2.3) : {{id|API|ScrollingMessageFrame|GetMaxLines}}() - Get the maximum number of lines the frame can display. : {{id|API|ScrollingMessageFrame|GetNumLinesDisplayed}}() : {{id|API|ScrollingMessageFrame|GetNumMessages}}() : {{id|API|ScrollingMessageFrame|GetScrollOffset}}() - Get number messages upward that are scrolled. (renamed 7.1.0 from GetCurrentScroll) : {{id|API|ScrollingMessageFrame|GetTimeVisible}}() : {{id|API|ScrollingMessageFrame|PageDown}}() : {{id|API|ScrollingMessageFrame|PageUp}}() : {{id|API|ScrollingMessageFrame|ScrollDown}}() : {{id|API|ScrollingMessageFrame|ScrollToBottom}}() : {{id|API|ScrollingMessageFrame|ScrollToTop}}() : {{id|API|ScrollingMessageFrame|ScrollUp}}() : {{id|API|ScrollingMessageFrame|SetFadeDuration}}(seconds) - Set the fade duration. : {{id|API|ScrollingMessageFrame|SetFading}}([isEnabled]) - Set whether fading is enabled (renamed 1.11) : {{id|API|ScrollingMessageFrame|SetHyperlinksEnabled}}(enableFlag) (added 3.0.8) : {{id|API|ScrollingMessageFrame|SetInsertMode}}("mode") - Set location for new strings added to the frame ["TOP", "BOTTOM"] (added 2.3) : {{id|API|ScrollingMessageFrame|SetMaxLines}}(lines) - Set maximum number of history lines, and resets messages already within frame : {{id|API|ScrollingMessageFrame|SetScrollOffset}}(offset) (renamed 2.3) : {{id|API|ScrollingMessageFrame|SetTimeVisible}}(seconds) - Sets how long lines remain visible. : {{id|API|ScrollingMessageFrame|UpdateColorByID}}(id, r, g, b)
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)