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/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
2 ..\FrameXML\UI.xsd">
3 <Script file="TitanXP.lua"/>
4 <Frame parent="UIParent">
5 <Frames>
6 <Button name="TitanPanelXPButton" inherits="TitanPanelComboTemplate" frameStrata="FULLSCREEN" toplevel="true">
7 <Scripts>
8 <OnLoad>
9 TitanPanelXPButton_OnLoad();
10 TitanPanelButton_OnLoad();
11 </OnLoad>
12 <OnShow>
13 TitanPanelXPButton_OnShow();
14 TitanPanelButton_OnShow();
15 </OnShow>
16 <OnEvent>
17 TitanPanelXPButton_OnEvent(arg1, arg2);
18 </OnEvent>
19 </Scripts>
20 </Button>
21 </Frames>
22 </Frame>
23 </Ui>