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="TitanRider.lua"/>
4 <GameTooltip name="TitanRiderTooltip" inherits="GameTooltipTemplate" parent="UIParent" hidden="true"/>
5 <Frame parent="UIParent">
6 <Frames>
7 <Button name="TitanPanelRiderButton" inherits="TitanPanelComboTemplate" frameStrata="FULLSCREEN" toplevel="true">
8 <Scripts>
9 <OnLoad>
10 TitanPanelRiderButton_OnLoad();
11 TitanPanelButton_OnLoad();
12 </OnLoad>
13 <OnEvent>
14 TitanPanelRiderButton_OnEvent();
15 </OnEvent>
16 </Scripts>
17 </Button>
18 </Frames>
19 </Frame>
20 </Ui>