Files
coa-bagnon/Bagnon_Forever/ui.xml
T
Andrew6810 4e3aff9d89 init
2022-10-21 06:37:39 -07:00

19 lines
706 B
XML

<Ui xmlns="http://www.blizzard.com/wow/ui/">
<Script file="ui.lua"/>
<!-- a button added to each frame, shows the character selection list when clicked -->
<Button name="BagnonDBUIDropDownButton" topLevel="true" virtual="true">
<Size x="24" y="24"/>
<Scripts>
<OnClick>
BagnonDB:SetDropdownFrame(self:GetParent())
BagnonDB:ToggleDropdown(self, 0, 2)
</OnClick>
</Scripts>
<NormalTexture file="Interface\ChatFrame\UI-ChatIcon-ScrollDown-Up" setAllPoints="true"/>
<PushedTexture file="Interface\ChatFrame\UI-ChatIcon-ScrollDown-Down" setAllPoints="true"/>
<HighlightTexture file="Interface\Buttons\UI-Common-MouseHilight" alphaMode="ADD" setAllPoints="true"/>
</Button>
</Ui>