View Single Post
04/01/14, 04:54 PM   #2
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 648
Controls are just object types. Frames, labels, buttons, etc. TextBufferControl is a TYPE of object that you need to create (or access one that the game already created, like CHAT_SYSTEM) before you can call :AddMessage() on it.
  Reply With Quote