UIHANDLER OnMouseDown Edit History Talk0 98,472pages on this wiki Revision as of 16:06, April 21, 2009 by Sine Pi (Talk | contribs) (diff) ←Older revision | Latest revision (diff) | Newer revision → (diff) 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 Invoked when mouse button is pressed on the widget. Arguments Edit self the widget on which the mouse button was pressed button the mouse button pressed. Can be any of the following: LeftButton, RightButton, MiddleButton, Button4, Button5 Read more Button:SetText(String) Sets the Button's text to the specified string. Arguments String String... API Button SetText Gets the text color of of a Font Instance. r, g, b, a = FontInstance:GetTextColor() None r, g... API FontInstance GetTextColor string frameType = Frame:GetFrameType(); This returns the type of the frame the GetFrameType... API Frame GetFrameType Categories: Widget methods