WoW:Anchors: Difference between revisions

78 bytes removed ,  16 May 2013
no edit summary
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]]