Files
aux-addon-ClassicAPI/bids/core.xml
T
Manuel Simon Hirsig f24c176157 big refactoring
2016-07-11 23:23:22 +02:00

19 lines
616 B
XML

<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/">
<Frame name="AuxBidsFrame" hidden="true" parent="AuxFrame" setAllPoints="true">
<Scripts>
<OnUpdate>
Aux.bids_frame.on_update()
</OnUpdate>
</Scripts>
<Frames>
<Frame name="$parentListing" inherits="AuxFrameBoxTemplate">
<Anchors>
<Anchor point="TOP" relativeTo="AuxFrame"><Offset><AbsDimension x="0" y="-8"/></Offset></Anchor>
<Anchor point="BOTTOMLEFT" relativeTo="AuxFrameContent"></Anchor>
<Anchor point="BOTTOMRIGHT" relativeTo="AuxFrameContent"></Anchor>
</Anchors>
</Frame>
</Frames>
</Frame>
</Ui>