vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Ui xmlns="http://www.blizzard.com/wow/ui/"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/FrameXML/UI.xsd">
4  
5 <Script file="AceGUIMoneyFrame.lua"/>
6  
7 <Frame name="AceGUIMoneyFrameTemplate" virtual="true">
8 <Frames>
9 <Button name="$parentGoldButton" inherits="AceGUIButtonTemplate">
10 <NormalTexture name="$parentNormalTexture" file="Interface\MoneyFrame\UI-MoneyIcons">
11 <TexCoords left="0" right="0.25" top="0" bottom="1"/>
12 </NormalTexture>
13 </Button>
14 <Button name="$parentSilverButton" inherits="AceGUIButtonTemplate">
15 <NormalTexture name="$parentNormalTexture" file="Interface\MoneyFrame\UI-MoneyIcons">
16 <TexCoords left="0" right="0.25" top="0" bottom="1"/>
17 </NormalTexture>
18 </Button>
19 <Button name="$parentCopperButton" inherits="AceGUIButtonTemplate">
20 <NormalTexture name="$parentNormalTexture" file="Interface\MoneyFrame\UI-MoneyIcons">
21 <TexCoords left="0" right="0.25" top="0" bottom="1"/>
22 </NormalTexture>
23 </Button>
24 </Frames>
25 </Frame>
26  
27 </Ui>