WoW:Widget: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Single pipe for link text)
m (Move page script moved page Widget to WoW:Widget without leaving a redirect)
 
(8 intermediate revisions by 6 users not shown)
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...
{{widget}}
A little device or construct that does 'something', in a particular known way and seemingly of its own accord.


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]].
== Disambiguation ==
* In software - usually a small, relatively independant, modular 'applet' or building block.


== In WoW ==
In a WoW [[UI Customization]] context, a '''widget''' refers to a (usually visible) component of the user interface, such as a "Frame", "Button", "EditBox", etc. Widgets can be created through [[XML]], using WoW's [[FrameXML]] facility, see [[XML UI]], or via the [[API CreateFrame|CreateFrame]]() API, and further be controlled run-time with functions in the [[Widget API]] and the [[WoW API]] proper.
See also:
* [[XML user interface|XML markup]]
== Old page excerpts ==
''somewhat contextually misleading''
=== Disabiguation ===
* Mac OS X - 10.4 or later, a Dashboard Widget is a small applet that runs inside the OS X Dashboard.
=== Examples ===
* [[wowwiki:WOWdget|WOWdget]] - Forwards searches to various item DBs (Wowhead, Thottbot, and Allakhazam).
* WoW Server Status Widget 2.1 - Reads [[Blizz]]ard's server list and status.
* World of Warcraft Raid Calendar Widget 1.06 - Displays the upcoming raid instance reset dates. It is compatible with all server zones (Euro, US, Korea, China, and Taiwan) and supports international and German date format.
=== External links ===
:{{elink|icon=apple|site=Apple Inc.|link=http://www.apple.com/macosx/features/300.html#dashboard|desc=Dashboard}}
:{{elink|site=geocities.com|link=http://www.geocities.com/wowdget/|desc=WOWdget - WOW widget for Dashboard}}
:{{elink|site=skia.net|link=http://www.skia.net/dev.php|desc=WoW Server Status Widget 2.1}}
:{{elink|site=apple.com|link=http://www.apple.com/downloads/dashboard/games/worldofwarcraftraidcalendar.html|desc=World of Warcraft Raid Calendar Widget 1.06}}
[[Category:Glossary]]
[[Category:Glossary]]
[[Category:Interface Customization]]
[[Category:Interface customization]]

Latest revision as of 04:49, 15 August 2023

Widget API

A little device or construct that does 'something', in a particular known way and seemingly of its own accord.

Disambiguation

  • In software - usually a small, relatively independant, modular 'applet' or building block.

In WoW

In a WoW UI Customization context, a widget refers to a (usually visible) component of the user interface, such as a "Frame", "Button", "EditBox", etc. Widgets can be created through XML, using WoW's FrameXML facility, see XML UI, or via the CreateFrame() API, and further be controlled run-time with functions in the Widget API and the WoW API proper.

See also:

Old page excerpts

somewhat contextually misleading

Disabiguation

  • Mac OS X - 10.4 or later, a Dashboard Widget is a small applet that runs inside the OS X Dashboard.

Examples

  • WOWdget - Forwards searches to various item DBs (Wowhead, Thottbot, and Allakhazam).
  • WoW Server Status Widget 2.1 - Reads Blizzard's server list and status.
  • World of Warcraft Raid Calendar Widget 1.06 - Displays the upcoming raid instance reset dates. It is compatible with all server zones (Euro, US, Korea, China, and Taiwan) and supports international and German date format.

External links