Files
aux-addon-ClassicAPI/panels/bids/core.xml
T
Manuel Simon Hirsig 62ef563afe restructuring
2016-07-12 09:01:34 +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>