API EditBox Insert Edit History Talk0 98,585pages on this wiki Referencee AddOns WoW API Widget API XML UI WoW Lua Macro API Event API Changes Web API HOWTOs Snippets UI tech. CVars Category nav. → Widget Methods Inserts text at the current cursor position. EditBox:Insert("text"); Arguments text String - text to insert at the current cursor position. Read more Sets the status of a CheckButton. CheckButton:SetChecked(State); (State) State Mixed - Basically... API CheckButton SetChecked Sets the object's text color. obj:SetTextColor(red, green, blue[, alpha]) red Number - Red part... API FontInstance SetTextColor Returns whether the frame has been moved by the user. userPlaced = Frame:IsUserPlaced... API Frame IsUserPlaced Categories: Widget methods