Files
aux-addon-ClassicAPI/completion.xml
T
2015-10-31 22:15:56 +01:00

12 lines
413 B
XML

<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/">
<Script file="completion.lua"/>
<Frame name="AuxCompletionDropDown" inherits="UIDropDownMenuTemplate" hidden="true">
<Anchors><Anchor point="TOPLEFT"><Offset><AbsDimension x="555" y="0"/></Offset></Anchor></Anchors>
<OnUpdate>
this.isCounting = false
UIDropDownMenu_OnUpdate(arg1)
</OnUpdate>
</Frame>
</Ui>