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  
3 <Frame name="DiscordLib_TooltipBackdropTemplate" hidden="false" frameStrata="BACKGROUND" virtual="true">
4 <Backdrop bgFile="Interface\AddOns\DiscordLibrary\PlainBackdrop" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
5 <EdgeSize>
6 <AbsValue val="16"/>
7 </EdgeSize>
8 <TileSize>
9 <AbsValue val="16"/>
10 </TileSize>
11 <BackgroundInsets>
12 <AbsInset left="5" right="5" top="5" bottom="5"/>
13 </BackgroundInsets>
14 </Backdrop>
15 </Frame>
16  
17 <Frame name="DiscordLib_GlueTooltipBackdropTemplate" hidden="false" frameStrata="BACKGROUND" virtual="true">
18 <Backdrop bgFile="Interface\Glues\Common\Glue-Tooltip-Background" edgeFile="Interface\Glues\Common\Glue-Tooltip-Border" tile="true">
19 <BackgroundInsets>
20 <AbsInset left="10" right="5" top="4" bottom="9"/>
21 </BackgroundInsets>
22 <TileSize>
23 <AbsValue val="16"/>
24 </TileSize>
25 <EdgeSize>
26 <AbsValue val="16"/>
27 </EdgeSize>
28 </Backdrop>
29 </Frame>
30  
31 <Frame name="DiscordLib_DialogueBackdropTemplate" hidden="false" frameStrata="BACKGROUND" virtual="true">
32 <Backdrop bgFile="Interface\AddOns\DiscordLibrary\PlainBackdrop" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true">
33 <BackgroundInsets>
34 <AbsInset left="11" right="12" top="12" bottom="11"/>
35 </BackgroundInsets>
36 <TileSize>
37 <AbsValue val="32"/>
38 </TileSize>
39 <EdgeSize>
40 <AbsValue val="32"/>
41 </EdgeSize>
42 </Backdrop>
43 </Frame>
44  
45 <Frame name="DiscordLib_SliderBackdropTemplate" hidden="false" frameStrata="BACKGROUND" virtual="true">
46 <Backdrop bgFile="Interface\AddOns\DiscordLibrary\PlainBackdrop" edgeFile="Interface\Buttons\UI-SliderBar-Border" tile="true">
47 <EdgeSize>
48 <AbsValue val="8"/>
49 </EdgeSize>
50 <TileSize>
51 <AbsValue val="8"/>
52 </TileSize>
53 <BackgroundInsets>
54 <AbsInset left="3" right="3" top="6" bottom="6"/>
55 </BackgroundInsets>
56 </Backdrop>
57 </Frame>
58  
59 <Frame name="DiscordLib_PlainBackgroundTemplate" hidden="false" frameStrata="BACKGROUND" virtual="true">
60 <Backdrop bgFile="Interface\AddOns\DiscordLibrary\PlainBackdrop" edgeFile="Interface\AddOns\DiscordLibrary\PlainBackdrop" tile="false">
61 <EdgeSize>
62 <AbsValue val="1"/>
63 </EdgeSize>
64 <BackgroundInsets>
65 <AbsInset left="1" right="1" top="1" bottom="1"/>
66 </BackgroundInsets>
67 </Backdrop>
68 </Frame>
69  
70 <Frame name="DiscordLib_OptionsTemplate" frameStrata="MEDIUM" parent="UIParent" movable="true" virtual="true">
71 <Anchors>
72 <Anchor point="CENTER"/>
73 </Anchors>
74 <Backdrop bgFile="Interface\AddOns\DiscordLibrary\meatbg" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true">
75 <BackgroundInsets>
76 <AbsInset left="11" right="12" top="12" bottom="11"/>
77 </BackgroundInsets>
78 <TileSize>
79 <AbsValue val="128"/>
80 </TileSize>
81 <EdgeSize>
82 <AbsValue val="32"/>
83 </EdgeSize>
84 </Backdrop>
85 <Frames>
86 <Button name="$parent_TitleFrame" inherits="DiscordLib_DialogueBackdropTemplate" hidden="false" frameStrata="MEDIUM">
87 <Size><AbsDimension x="194" y="65"/></Size>
88 <Anchors>
89 <Anchor point="BOTTOM" relativeTo="$parent" relativePoint="TOP">
90 <Offset><AbsDimension x="0" y="-16"/></Offset>
91 </Anchor>
92 </Anchors>
93 <Layers>
94 <Layer level="BACKGROUND">
95 <Texture name="$parent_Title" hidden="false">
96 <Size><AbsDimension x="220" y="220"/></Size>
97 <Anchors>
98 <Anchor point="CENTER"/>
99 </Anchors>
100 </Texture>
101 </Layer>
102 <Layer level="OVERLAY">
103 <FontString name="$parent_Version" inherits="GameFontNormal">
104 <Color r="1.0" g="1.0" b="0.0"/>
105 <Anchors>
106 <Anchor point="BOTTOM">
107 <Offset><AbsDimension x="0" y="11"/></Offset>
108 </Anchor>
109 </Anchors>
110 </FontString>
111 </Layer>
112 </Layers>
113 <Scripts>
114 <OnLoad>
115 this:SetBackdropBorderColor(1, 0, 0);
116 this:SetBackdropColor(0, 0, 0, 0);
117 this:RegisterForDrag("LeftButton", "RightButton");
118 </OnLoad>
119 <OnDragStart>
120 this:GetParent():StartMoving();
121 </OnDragStart>
122 <OnDragStop>
123 this:GetParent():StopMovingOrSizing();
124 </OnDragStop>
125 </Scripts>
126 </Button>
127 <Button name="$parent_Texture1" hidden="false" frameStrata="LOW">
128 <Size><AbsDimension x="100" y="100"/></Size>
129 <Anchors>
130 <Anchor point="CENTER" relativeTo="$parent_TitleFrame" relativePoint="TOPLEFT">
131 <Offset><AbsDimension x="15" y="-25"/></Offset>
132 </Anchor>
133 </Anchors>
134 <Layers>
135 <Layer level="OVERLAY">
136 <Texture name="$parent_Texture" file="Interface\AddOns\DiscordLibrary\Elite">
137 <Anchors>
138 <Anchor point="TOPLEFT"/>
139 <Anchor point="BOTTOMRIGHT"/>
140 </Anchors>
141 </Texture>
142 </Layer>
143 </Layers>
144 </Button>
145 <Button name="$parent_Texture2" hidden="false" frameStrata="LOW">
146 <Size><AbsDimension x="100" y="100"/></Size>
147 <Anchors>
148 <Anchor point="CENTER" relativeTo="$parent_TitleFrame" relativePoint="TOPRIGHT">
149 <Offset><AbsDimension x="-15" y="-25"/></Offset>
150 </Anchor>
151 </Anchors>
152 <Layers>
153 <Layer level="OVERLAY">
154 <Texture name="$parent_Texture" file="Interface\AddOns\DiscordLibrary\EliteLeft">
155 <Anchors>
156 <Anchor point="TOPLEFT"/>
157 <Anchor point="BOTTOMRIGHT"/>
158 </Anchors>
159 </Texture>
160 </Layer>
161 </Layers>
162 </Button>
163 </Frames>
164 <Scripts>
165 <OnLoad>
166 this:SetBackdropBorderColor(1, 0, 0);
167 this:SetBackdropColor(.3, .3, .3);
168 this:RegisterForDrag("LeftButton", "RightButton");
169 </OnLoad>
170 <OnDragStart>
171 this:StartMoving();
172 </OnDragStart>
173 <OnDragStop>
174 this:StopMovingOrSizing();
175 </OnDragStop>
176 </Scripts>
177 </Frame>
178  
179 <Button name="DiscordLib_CloseButtonTemplate" hidden="false" virtual="true">
180 <Size><AbsDimension x="42" y="42"/></Size>
181 <Anchors>
182 <Anchor point="TOPRIGHT">
183 <Offset><AbsDimension x="-2" y="-2"/></Offset>
184 </Anchor>
185 </Anchors>
186 <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/>
187 <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/>
188 <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
189 </Button>
190  
191 </Ui>