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/ C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
2 <Script file="CThunWarner.lua"/>
3 <GameTooltip name="CThunWarnerTooltip" inherits="GameTooltipTemplate" parent="UIParent" hidden="true"></GameTooltip>
4 <GameTooltip name="CThunWarnerStomachTooltip" inherits="GameTooltipTemplate" parent="UIParent" hidden="true"></GameTooltip>
5 <Frame name="CThunWarnerFrame" movable="true" toplevel="true" parent="UIParent" hidden="true">
6 <Size>
7 <AbsDimension x="16" y="16" />
8 </Size>
9 <Anchors>
10 <Anchor point="CENTER"/>
11 </Anchors>
12 <Layers>
13 <Layer level="BACKGROUND">
14 <Texture name="CThunWarnerStatusTexture" file="Interface\AddOns\CThunWarner\CThunWarner-Status"/>
15 </Layer>
16 </Layers>
17 <Scripts>
18 <OnLoad>
19 CThunWarner_OnLoad();
20 this:RegisterForDrag("LeftButton");
21 this:EnableMouse(1);
22 </OnLoad>
23 <OnEvent>
24 CThunWarner_OnEvent(event);
25 </OnEvent>
26 <OnUpdate>
27 CThunWarner_OnUpdate(arg1)
28 </OnUpdate>
29 <OnDragStart>
30 if(CThunWarnerStatus_Locked == 0) then
31 this:StartMoving();
32 end
33 </OnDragStart>
34 <OnDragStop>
35 this:StopMovingOrSizing();
36 </OnDragStop>
37 </Scripts>
38 </Frame>
39 <StatusBar name="CThunWarnerStatusBar" drawLayer="BORDER" parent="UIParent" hidden="true">
40 <Size>
41 <AbsDimension x="195" y="13"/>
42 </Size>
43 <Anchors>
44 <Anchor point="LEFT" relativeTo="CThunWarnerFrame" relativePoint="RIGHT">
45 <Offset>
46 <AbsDimension x="5" y="3"/>
47 </Offset>
48 </Anchor>
49 </Anchors>
50 <Layers>
51 <Layer level="ARTWORK">
52 <FontString name="$parentText" inherits="GameFontHighlight">
53 <Size>
54 <AbsDimension x="185" y="16"/>
55 </Size>
56 <Anchors>
57 <Anchor point="TOP"/>
58 <Offset>
59 <AbsDimension x="-48" y="0"/>
60 </Offset>
61 </Anchors>
62 </FontString>
63 <Texture name="$parentBorder" file="Interface\CastingBar\UI-CastingBar-Border">
64 <Size>
65 <AbsDimension x="256" y="64"/>
66 </Size>
67 <Anchors>
68 <Anchor point="TOP">
69 <Offset>
70 <AbsDimension x="0" y="23"/>
71 </Offset>
72 </Anchor>
73 </Anchors>
74 </Texture>
75 </Layer>
76 </Layers>
77 <Scripts>
78 <OnUpdate>
79 CThunWarnerStatusBar_OnUpdate();
80 </OnUpdate>
81 </Scripts>
82 <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
83 <BarColor r="0.749" g="0.372" b="1.000"/>
84 </StatusBar>
85 </Ui>