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="LootTrackerTitan.lua"/>
6  
7 <Frame parent="UIParent">
8 <Frames>
9 <Button name="TitanPanelLootTrackerButton" inherits="TitanPanelTextTemplate" frameStrata="FULLSCREEN" toplevel="true">
10 <Scripts>
11 <OnLoad>
12 if (TitanPanelButton_OnLoad ~= nil) then
13 LT_Titan_ButtonOnLoad();
14 TitanPanelButton_OnLoad();
15 end
16 </OnLoad>
17 <OnClick>
18 LT_Titan_ButtonOnClick(arg1);
19 TitanPanelButton_OnClick(arg1);
20 </OnClick>
21 </Scripts>
22 </Button>
23 </Frames>
24 </Frame>
25  
26 </Ui>