WoW:Widget: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Single pipe for link text) |
||
| Line 1: | Line 1: | ||
In a World of Warcraft [[Interface Customization]] context, a '''Widget''' refers to a (usually visible) component of the user interface, such as a "Frame", "Button", or "EditBox", etc... | In a World of Warcraft [[Interface Customization]] context, a '''Widget''' refers to a (usually visible) component of the user interface, such as a "Frame", "Button", or "EditBox", etc... | ||
Widgets can be created via [[XML]] (using WoW's [[XML User Interface | Widgets can be created via [[XML]] (using WoW's [[XML User Interface|XML markup]], or via the [[API CreateFrame|CreateFrame]]() API, and further be controlled run-time with functions in the [[Widget API]]. | ||
[[Category:Glossary]] | [[Category:Glossary]] | ||
[[Category:Interface Customization]] | [[Category:Interface Customization]] | ||
Revision as of 19:47, 14 January 2007
In a World of Warcraft Interface Customization context, a Widget refers to a (usually visible) component of the user interface, such as a "Frame", "Button", or "EditBox", etc...
Widgets can be created via XML (using WoW's XML markup, or via the CreateFrame() API, and further be controlled run-time with functions in the Widget API.