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 <Button name="ElkBuffBar_BuffButtonTemplate" virtual="true">
4 <Size>
5 <AbsDimension x="250" y="20"/>
6 </Size>
7 <!-- Background to color according to helpful/harmful edgeFile="Interface\Tooltips\UI-Tooltip-Border"-->
8 <Backdrop name="$parentBackdrop" bgFile="Interface\Tooltips\UI-Tooltip-Background" tile="true" />
9 <Layers>
10 <Layer level="ARTWORK">
11 <Texture name="$parentIcon">
12 <Size>
13 <AbsDimension x="20" y="20"/>
14 </Size>
15 <Anchors>
16 <Anchor point="TOPLEFT" />
17 </Anchors>
18 </Texture>
19 </Layer>
20 <Layer level="OVERLAY">
21 <FontString name="$parentCount" inherits="NumberFontNormal">
22 <Anchors>
23 <Anchor point="BOTTOMRIGHT" relativeTo="$parentIcon" relativePoint="BOTTOMRIGHT">
24 <Offset>
25 <AbsDimension x="-2" y="2"/>
26 </Offset>
27 </Anchor>
28 </Anchors>
29 </FontString>
30 <Texture name="$parentDebuffBorder" file="Interface\Buttons\UI-Debuff-Overlays">
31 <Anchors>
32 <Anchor point="TOPLEFT" relativeTo="$parentIcon" />
33 <Anchor point="BOTTOMRIGHT" relativeTo="$parentIcon" />
34 </Anchors>
35 <TexCoords left="0.296875" right="0.5703125" top="0" bottom="0.515625"/>
36 </Texture>
37 <Texture name="$parentTEnchBorder" file="Interface\Buttons\UI-TempEnchant-Border">
38 <Anchors>
39 <Anchor point="TOPLEFT" relativeTo="$parentIcon" />
40 <Anchor point="BOTTOMRIGHT" relativeTo="$parentIcon" />
41 </Anchors>
42 </Texture>
43 </Layer>
44 </Layers>
45 <Frames>
46 <StatusBar name="$parentTimeBar" drawLayer="BACKGROUND">
47 <Anchors>
48 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT">
49 <Offset>
50 <AbsDimension x="20" y="0"/>
51 </Offset>
52 </Anchor>
53 <Anchor point="BOTTOMRIGHT" relativeTo="$parent" relativePoint="BOTTOMRIGHT" />
54 </Anchors>
55 <BarTexture file="Interface\AddOns\ElkBuffBar\BarTexture.tga" />
56 <BarColor r="0.5" g="0.5" b="1"/>
57 </StatusBar>
58 <Frame>
59 <Layers>
60 <Layer level="OVERLAY">
61 <FontString name="$parentDescribeText" inherits="GameFontNormal" justifyH="LEFT">
62 <Anchors>
63 <Anchor point="LEFT">
64 <Offset>
65 <AbsDimension x="2" y="0"/>
66 </Offset>
67 </Anchor>
68 <Anchor point="RIGHT">
69 <Offset>
70 <AbsDimension x="-35" y="0"/>
71 </Offset>
72 </Anchor>
73 </Anchors>
74 </FontString>
75 <FontString name="$parentDurationText" inherits="GameFontNormal" justifyH="RIGHT">
76 <Anchors>
77 <Anchor point="RIGHT">
78 <Offset>
79 <AbsDimension x="-2" y="0"/>
80 </Offset>
81 </Anchor>
82 </Anchors>
83 </FontString>
84 </Layer>
85 </Layers>
86 <Anchors>
87 <Anchor point="TOPLEFT" relativeTo="$parentTimeBar" relativePoint="TOPLEFT" />
88 <Anchor point="BOTTOMRIGHT" relativeTo="$parentTimeBar" relativePoint="BOTTOMRIGHT" />
89 </Anchors>
90 </Frame>
91 </Frames>
92 </Button>
93  
94 <Frame name="ElkBuffBarFrame" frameStrata="LOW" enableMouse="true" movable="true" clampToScreen="true" parent="UIParent">
95 </Frame>
96  
97 <GameTooltip name="ElkBuffTooltip" hidden="true" parent="WorldFrame" inherits="GameTooltipTemplate">
98 <Scripts>
99 <OnLoad>
100 this:SetOwner(WorldFrame, "ANCHOR_NONE");
101 </OnLoad>
102 </Scripts>
103 </GameTooltip>
104 </Ui>