WoW:Anchors: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (catfix)
No edit summary
Line 1: Line 1:
Anchors are of type [[UITYPE FramePoint|FRAMEPOINT]], which has the following enumeration:
Anchors are used to define position and size of UI frames.


*TOPLEFT
== Details ==
*TOPRIGHT
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 [[Widget_API#Region|Region]] widget.
*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 [[Widget_API#Region|Region]] widget.


See Also:
[[XML/Anchors]]
[[Category:Interface customization]]
[[Category:Interface customization]]

Revision as of 02:41, 16 May 2013

Anchors are used to define position and size of UI frames.

Details

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.

See Also: XML/Anchors