WoW:Anchors: Difference between revisions
Jump to navigation
Jump to search
m (catfix) |
No edit summary |
||
Line 1: | Line 1: | ||
Anchors are of | 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 [[Widget_API#Region|Region]] widget. | |||
They may be specified with an optional | |||
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