WoW:Anchors: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Added Category:Interface Customization)
Line 17: Line 17:


These correspond to the [[Widget_API#Region|Region]] widget.
These correspond to the [[Widget_API#Region|Region]] widget.
[[Category:Interface Customization]]

Revision as of 00:10, 30 December 2006

Anchors are of type FRAMEPOINT, which has the following enumeration:

  • TOPLEFT
  • TOPRIGHT
  • BOTTOMLEFT
  • BOTTOMRIGHT
  • TOP
  • BOTTOM
  • LEFT
  • RIGHT
  • CENTER


They may be specified with an optional relativeTo <some other frame> and relativePoint <on that frame>.

In additon offsets can be defined from the anchor points.

These correspond to the Region widget.