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="TitanHonorPlus.lua"/>
4  
5 <Frame parent="UIParent">
6 <Frames>
7 <Button name="TitanPanelHonorPlusButton" inherits="TitanPanelComboTemplate" frameStrata="FULLSCREEN" toplevel="true">
8 <Scripts>
9 <OnLoad>
10 TitanPanelHonorPlusButton_OnLoad();
11 TitanPanelButton_OnLoad();
12 </OnLoad>
13 <OnEvent>
14 TitanPanelHonorPlusButton_OnEvent();
15 </OnEvent>
16 <OnClick>
17 TitanPanelHonorPlusButton_OnClick();
18 </OnClick>
19 <OnShow>
20 TitanPanelHonorPlusButton_OnShow();
21 TitanPanelButton_OnShow();
22 </OnShow>
23 </Scripts>
24 </Button>
25 </Frames>
26 </Frame>
27 <Frame name="TitanHonorPlus_TipBuddy_Main_Frame" parent="UIParent">
28 <Layers>
29 <Layer level="OVERLAY">
30 <FontString name="TitanHonorPlus_TipBuddy_TargetName_Text" font="Fonts\FRIZQT__.TTF" frameStrata="HIGH" justifyH="RIGHT">
31 <FontHeight>
32 <AbsValue val="11"/>
33 </FontHeight>
34 <Color r="1.0" g="1.0" b="1.0"/>
35 <Size>
36 <AbsDimension x="400" y="12" />
37 </Size>
38 </FontString>
39 </Layer>
40 </Layers>
41 </Frame>
42 </Ui>