WoW:Widget: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
Line 1: Line 1:
{{widget}}
{{widget}}
 
A little device or construct that does 'something', in a particular known way and seemingly of its own accord.
A little device or construct that does 'something', in a particular known way and seemingly of its own accord. See {{qtt|[[Image:gengar orange 22x22.png]]|Beware the sneaky smile!}}.


== Disambiguation ==
== Disambiguation ==
Line 7: Line 6:


== In WoW ==
== 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.
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:
See also:
* [[XML User Interface|XML markup]]
* [[XML user interface|XML markup]]


== Old Page Excerpts ==
== Old page excerpts ==
''somewhat contextually misleading''
''somewhat contextually misleading''


=== Disabiguation ===
=== Disabiguation ===
* Wiki Widget - {{wikialink|www|Wikia}} wikis support small functional sidebar boxes called "widgets".
* Mac OS X - 10.4 or later, a Dashboard Widget is a small applet that runs inside the OS X Dashboard.
* Mac OS X - 10.4 or later, a Dashboard Widget is a small applet that runs inside the OS X Dashboard.


=== Examples ===
=== Examples ===
* [[WOWdget]] - Forwards searches to various item DBs (Wowhead, Thottbot, and Allakhazam).
* [[w:c: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.
* 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.
* 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.

Revision as of 05:19, 18 May 2020

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