Files
aux-addon-ClassicAPI/scan_frame.xml
T
Manuel Simon Hirsig 1928799df6 some scan/manage work
2015-10-29 00:42:51 +01:00

37 lines
1.4 KiB
XML

<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/">
<Script file="scan_frame.lua"/>
<Frame>
<Scripts>
<OnUpdate>
Aux.buy.onupdate()
</OnUpdate>
</Scripts>
</Frame>
<Frame name="AuxHistoryFrame" hidden="true" parent="AuxFrame" setAllPoints="true">
<Frames>
<Button name="AuxHistoryScanButton" inherits="UIPanelButtonTemplate" text="Scan">
<Size><AbsDimension x="90" y="26"/></Size>
<Anchors><Anchor point="RIGHT" relativePoint="LEFT" relativeTo="AuxAuctionFrameButton"><Offset><AbsDimension x="-25" y="0"/></Offset></Anchor></Anchors>
<Scripts>
<OnClick>
Aux.history.start_scan()
</OnClick>
</Scripts>
</Button>
<Button name="AuxHistoryStopButton" inherits="UIPanelButtonTemplate" text="Stop" hidden="true">
<Size><AbsDimension x="90" y="26"/></Size>
<Anchors><Anchor point="RIGHT" relativePoint="LEFT" relativeTo="AuxAuctionFrameButton"><Offset><AbsDimension x="-25" y="0"/></Offset></Anchor></Anchors>
<Scripts>
<OnClick>
Aux.history.stop_scan()
</OnClick>
</Scripts>
</Button>
</Frames>
</Frame>
</Ui>