Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ChatWindow Example

ChatWindow

ADDON:ImportObject(38) -- ChatWindow
-- ADDON:ImportObject(OBJECT.ChatWindow)

local chatWindowExample = UIParent:CreateWidget("chatwindow", "chatWindowExample", "UIParent")
chatWindowExample:SetExtent(640, 360)
chatWindowExample:AddAnchor("CENTER", "UIParent", 0, 0)
chatWindowExample:SetChatWindowId(0)
chatWindowExample:Show(true)

ChatWindow Example