WoW:XML/Anchors

< XML
Revision as of 05:29, 27 July 2012 by Bear (talk | contribs) (Created page with "Anchors are a fundamental UI building block for defining positional layout for UI elements of LayoutFrames. The Anchors XML element can be defined on any LayoutFrame or LayoutFra...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Anchors are a fundamental UI building block for defining positional layout for UI elements of LayoutFrames. The Anchors XML element can be defined on any LayoutFrame or LayoutFrame type, which also includes Frames, Textures, and FontStrings.

Example:
<Frame name="MyFrame">
  <Frames>
    <Frame name="$parentChild">
      <Anchors>
        <Anchor point="TOP">
          <Offset>
            <AbsDimension x="0" y="-22" />
          </Offset>
        </Anchor>
      </Anchors>
    </frame>
  </Frames>
</Frame>

This example will align the top of the 'child' frame to the top of 'MyFrame', and then offset that alignment by -22 vertically.

Inheritance

Inherited by: none, Inherits: none, Defined in: LayoutFrame

Elements

<Anchor>

Attributes

none