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="localization.lua"/>
4 <Script file="TitanBGinfo.lua"/>
5 <Frame parent="UIParent">
6 <Frames>
7 <Button name="TitanPanelBGinfoButton" inherits="TitanPanelComboTemplate" frameStrata="FULLSCREEN" toplevel="true">
8 <Scripts>
9 <OnLoad>
10 TitanPanelBGinfoButton_OnLoad();
11 TitanPanelButton_OnLoad();
12 </OnLoad>
13 <OnEvent>
14 TitanPanelBGinfoButton_OnEvent();
15 </OnEvent>
16 <OnEnter>
17 TitanPanelButton_OnEnter();
18 </OnEnter>
19 <OnClick>
20 TitanPanelBGinfoButton_OnClick(arg1);
21 TitanPanelButton_OnClick(arg1);
22 </OnClick>
23 </Scripts>
24 </Button>
25 </Frames>
26 </Frame>
27 </Ui>