WoW:Anchors: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (catfix) |
||
Line 18: | Line 18: | ||
These correspond to the [[Widget_API#Region|Region]] widget. | These correspond to the [[Widget_API#Region|Region]] widget. | ||
[[Category:Interface | [[Category:Interface customization]] |
Revision as of 18:33, 7 July 2008
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.