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="TitanXPBar.lua"/>
4 <Frame parent="UIParent">
5 <Frames>
6 <Button name="TitanPanelXPBarButton" inherits="TitanPanelTextTemplate" frameStrata="FULLSCREEN" toplevel="true">
7 <Offset>
8 <AbsDimension x="0" y="1"/>
9 </Offset>
10 <Scripts>
11 <OnLoad>
12 TitanPanelXPBarButton_OnLoad()
13 TitanPanelButton_OnLoad()
14 </OnLoad>
15 <OnClick>
16 TitanPanelButton_OnClick(arg1);
17 TitanPanelXPBarButton_OnClick();
18 </OnClick>
19 <OnEvent>
20 TitanPanelXPBarButton_OnEvent(event)
21 </OnEvent>
22 <OnHide>
23 XPStatus:Hide()
24 AVGXPButton:Hide()
25 </OnHide>
26 </Scripts>
27 </Button>
28 </Frames>
29 </Frame>
30  
31 <Frame name="XPBar" toplevel="true" frameStrata="HIGH" parent="UIParent" movable="true">
32 <Size>
33 <AbsDimension x="185" y="20"/>
34 </Size>
35 <Anchors>
36 <Anchor point="CENTER" relativeTo="TitanXPBar" relativePoint="CENTER">
37 <Offset>
38 <AbsDimension x="0" y="0"/>
39 </Offset>
40 </Anchor>
41 </Anchors>
42 <TitleRegion setAllPoints="true"/>
43 <Frames>
44 <StatusBar name="XPStatus" drawLayer="artwork" frameStrata="HIGH" minValue="0" maxValue="1" defaultValue="1" parent="UIParent">
45 <Size>
46 <AbsDimension x="185" y="12"/>
47 </Size>
48 <Anchors>
49 <Anchor point="top" relativeto="UIParent">
50 <Offset>
51 <AbsDimension x="0" y="-15"/>
52 </Offset>
53 </Anchor>
54 </Anchors>
55 <BarTexture file="Interface\Addons\TitanXPBar\Images\statusbar"/>
56 <BarColor r="0.0" g="1.0" b="0.0"/>
57 </StatusBar>
58 <StatusBar name="XPBG" drawLayer="ARTWORK" frameStrata="LOW" minValue="0" maxValue="1" defaultValue="1" parent="XPStatus">
59 <Size>
60 <AbsDimension x="185" y="12"/>
61 </Size>
62 <Anchors>
63 <Anchor point="topleft" relativeto="XPStatus">
64 <Offset>
65 <AbsDimension x="0" y="0"/>
66 </Offset>
67 </Anchor>
68 </Anchors>
69 <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
70 <BarColor r="0.0" g="0.0" b="0.0" a="0.35" />
71 </StatusBar>
72 </Frames>
73 </Frame>
74 <Frame name="AVGXPFrame" toplevel="true" parent="UIParent" movable="true" hidden="false">
75 <Size>
76 <AbsDimension x="90" y="25"/>
77 </Size>
78 <Layers>
79 <Layer level="BACKGROUND">
80 <Texture>
81 <Size>
82 <AbsDimension x="80" y="15"/>
83 </Size>
84 <Anchors>
85 <Anchor point="TOP">
86 <Offset>
87 <AbsDimension x="0" y="-5"/>
88 </Offset>
89 </Anchor>
90 </Anchors>
91 <Color r="0" g="0" b="0" a="1"/>
92 </Texture>
93 </Layer>
94 </Layers>
95 <Frames>
96 <Button name="AVGXPButton" frameStrata="HIGH" toplevel="true" parent="UIParent">
97 <Size>
98 <AbsDimension x="185" y="19"/>
99 </Size>
100 <Anchors>
101 <Anchor point="BOTTOM" relativeto="UIParent">
102 <Offset>
103 <AbsDimension x="0" y="0"/>
104 </Offset>
105 </Anchor>
106 </Anchors>
107 <Layers>
108 <Layer level="OVERLAY">
109 <FontString name="AVGText" inherits="GameFontNormalSmall" wraponspaces="true" text="AVG XP:">
110 <Anchors>
111 <Anchor point="CENTER">
112 <Offset>
113 <AbsDimension x="0" y="0"/>
114 </Offset>
115 </Anchor>
116 </Anchors>
117 </FontString>
118 </Layer>
119 </Layers>
120 </Button>
121 </Frames>
122 </Frame>
123  
124 </Ui>