WoW:FrameXML elements: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(Category:FrameXML Documentation)
Line 1: Line 1:
{{Stub/API}}
== Overview ==
== Overview ==


Line 12: Line 13:
  end
  end


[[Category:Interface Customization]]
[[Category:FrameXML Documentation]]

Revision as of 23:30, 10 June 2006

Overview

This document describes various important UI elements which are provided by the standard World of Warcraft FrameXML UI.

MinimapCluster

Frame which represents the minimap area of the user interface.

Example: Determining if the mouse is over the minimap

if (MouseIsOver(MinimapCluster)) then
   -- do something
end