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="GB_BarOptions" parent="GB_Options" inherits="GB_BGTemplate" hidden="false">
4 <Size><AbsDimension x="545" y="540"/></Size>
5 <Anchors>
6 <Anchor point="TOPLEFT" relativeTo="GB_OptionsTitle" relativePoint="BOTTOMLEFT"/>
7 </Anchors>
8 <Frames>
9 <Frame name="GB_ActionOptions1" inherits="GB_ActionOptionTemplate" id="1">
10 <Anchors>
11 <Anchor point="TOPLEFT">
12 <Offset><AbsDimension x="10" y="-10"/></Offset>
13 </Anchor>
14 </Anchors>
15 </Frame>
16 <Frame name="GB_ActionOptions2" inherits="GB_ActionOptionTemplate" id="2">
17 <Anchors>
18 <Anchor point="TOP" relativeTo="GB_ActionOptions1" relativePoint="BOTTOM"/>
19 </Anchors>
20 </Frame>
21 <Frame name="GB_ActionOptions3" inherits="GB_ActionOptionTemplate" id="3">
22 <Anchors>
23 <Anchor point="TOP" relativeTo="GB_ActionOptions2" relativePoint="BOTTOM"/>
24 </Anchors>
25 </Frame>
26 <Frame name="GB_ActionOptions4" inherits="GB_ActionOptionTemplate" id="4">
27 <Anchors>
28 <Anchor point="TOP" relativeTo="GB_ActionOptions3" relativePoint="BOTTOM"/>
29 </Anchors>
30 </Frame>
31 <Frame name="GB_ActionOptions5" inherits="GB_ActionOptionTemplate" id="5">
32 <Anchors>
33 <Anchor point="TOP" relativeTo="GB_ActionOptions4" relativePoint="BOTTOM"/>
34 </Anchors>
35 </Frame>
36 <Frame name="GB_ActionOptions6" inherits="GB_ActionOptionTemplate" id="6">
37 <Anchors>
38 <Anchor point="TOP" relativeTo="GB_ActionOptions5" relativePoint="BOTTOM"/>
39 </Anchors>
40 </Frame>
41 <Frame name="GB_ActionOptions7" inherits="GB_ActionOptionTemplate" id="7">
42 <Anchors>
43 <Anchor point="TOP" relativeTo="GB_ActionOptions6" relativePoint="BOTTOM"/>
44 </Anchors>
45 </Frame>
46 <Frame name="GB_ActionOptions8" inherits="GB_ActionOptionTemplate" id="8">
47 <Anchors>
48 <Anchor point="TOP" relativeTo="GB_ActionOptions7" relativePoint="BOTTOM"/>
49 </Anchors>
50 </Frame>
51 <Frame name="GB_ActionOptions9" inherits="GB_ActionOptionTemplate" id="9">
52 <Anchors>
53 <Anchor point="TOP" relativeTo="GB_ActionOptions8" relativePoint="BOTTOM"/>
54 </Anchors>
55 </Frame>
56 <Frame name="GB_ActionOptions10" inherits="GB_ActionOptionTemplate" id="10">
57 <Anchors>
58 <Anchor point="TOP" relativeTo="GB_ActionOptions9" relativePoint="BOTTOM"/>
59 </Anchors>
60 </Frame>
61 <Frame name="GB_ActionOptions11" inherits="GB_ActionOptionTemplate" id="11">
62 <Anchors>
63 <Anchor point="LEFT" relativeTo="GB_ActionOptions1" relativePoint="RIGHT">
64 <Offset><AbsDimension x="5" y="0"/></Offset>
65 </Anchor>
66 </Anchors>
67 </Frame>
68 <Frame name="GB_ActionOptions12" inherits="GB_ActionOptionTemplate" id="12">
69 <Anchors>
70 <Anchor point="TOP" relativeTo="GB_ActionOptions11" relativePoint="BOTTOM"/>
71 </Anchors>
72 </Frame>
73 <Frame name="GB_ActionOptions13" inherits="GB_ActionOptionTemplate" id="13">
74 <Anchors>
75 <Anchor point="TOP" relativeTo="GB_ActionOptions12" relativePoint="BOTTOM"/>
76 </Anchors>
77 </Frame>
78 <Frame name="GB_ActionOptions14" inherits="GB_ActionOptionTemplate" id="14">
79 <Anchors>
80 <Anchor point="TOP" relativeTo="GB_ActionOptions13" relativePoint="BOTTOM"/>
81 </Anchors>
82 </Frame>
83 <Frame name="GB_ActionOptions15" inherits="GB_ActionOptionTemplate" id="15">
84 <Anchors>
85 <Anchor point="TOP" relativeTo="GB_ActionOptions14" relativePoint="BOTTOM"/>
86 </Anchors>
87 </Frame>
88 <Frame name="GB_ActionOptions16" inherits="GB_ActionOptionTemplate" id="16">
89 <Anchors>
90 <Anchor point="TOP" relativeTo="GB_ActionOptions15" relativePoint="BOTTOM"/>
91 </Anchors>
92 </Frame>
93 <Frame name="GB_ActionOptions17" inherits="GB_ActionOptionTemplate" id="17">
94 <Anchors>
95 <Anchor point="TOP" relativeTo="GB_ActionOptions16" relativePoint="BOTTOM"/>
96 </Anchors>
97 </Frame>
98 <Frame name="GB_ActionOptions18" inherits="GB_ActionOptionTemplate" id="18">
99 <Anchors>
100 <Anchor point="TOP" relativeTo="GB_ActionOptions17" relativePoint="BOTTOM"/>
101 </Anchors>
102 </Frame>
103 <Frame name="GB_ActionOptions19" inherits="GB_ActionOptionTemplate" id="19">
104 <Anchors>
105 <Anchor point="TOP" relativeTo="GB_ActionOptions18" relativePoint="BOTTOM"/>
106 </Anchors>
107 </Frame>
108 <Frame name="GB_ActionOptions20" inherits="GB_ActionOptionTemplate" id="20">
109 <Anchors>
110 <Anchor point="TOP" relativeTo="GB_ActionOptions19" relativePoint="BOTTOM"/>
111 </Anchors>
112 </Frame>
113  
114 <!-- APPEARANCE OPTIONS -->
115 <CheckButton name="GB_Options_HideBar" inherits="GB_CheckboxTemplate">
116 <Anchors>
117 <Anchor point="TOPLEFT">
118 <Offset><AbsDimension x="355" y="-30"/></Offset>
119 </Anchor>
120 </Anchors>
121 <Scripts>
122 <OnLoad>
123 this.index = "hide";
124 this.func = GB_Set_Appearance;
125 GB_Set_Label(GB_TEXT.HideBar);
126 </OnLoad>
127 </Scripts>
128 </CheckButton>
129 <CheckButton name="GB_Options_Collapse" inherits="GB_CheckboxTemplate">
130 <Anchors>
131 <Anchor point="TOP" relativeTo="GB_Options_HideBar" relativePoint="BOTTOM"/>
132 </Anchors>
133 <Scripts>
134 <OnLoad>
135 this.index = "collapse";
136 this.func = GB_Set_Appearance;
137 GB_Set_Label(GB_TEXT.CollapseHiddenButtons);
138 </OnLoad>
139 </Scripts>
140 </CheckButton>
141 <CheckButton name="GB_Options_Attach" inherits="GB_CheckboxTemplate">
142 <Anchors>
143 <Anchor point="TOP" relativeTo="GB_Options_Collapse" relativePoint="BOTTOM"/>
144 </Anchors>
145 <Scripts>
146 <OnLoad>
147 this.index = "attach";
148 this.func = GB_Set_Appearance;
149 GB_Set_Label(GB_TEXT.AttachToUnitFrame);
150 </OnLoad>
151 </Scripts>
152 </CheckButton>
153 <CheckButton name="GB_Options_Mouseover" inherits="GB_CheckboxTemplate">
154 <Anchors>
155 <Anchor point="TOP" relativeTo="GB_Options_Attach" relativePoint="BOTTOM"/>
156 </Anchors>
157 <Scripts>
158 <OnLoad>
159 this.index = "mouseover";
160 this.func = GB_Set_Appearance;
161 GB_Set_Label(GB_TEXT.ShowOnMouseover);
162 </OnLoad>
163 </Scripts>
164 </CheckButton>
165 <Slider name="GB_Options_ButtonSize" inherits="GB_SliderTemplate" minValue="10" maxValue="100" valueStep="1">
166 <Anchors>
167 <Anchor point="TOPLEFT">
168 <Offset><AbsDimension x="355" y="-150"/></Offset>
169 </Anchor>
170 </Anchors>
171 <Scripts>
172 <OnLoad>
173 this.index = "buttonSize";
174 this.func = GB_Set_Appearance;
175 GB_Set_Label(GB_TEXT.ButtonSize);
176 </OnLoad>
177 </Scripts>
178 </Slider>
179 <Slider name="GB_Options_ButtonAlpha" inherits="GB_SliderTemplate" minValue="1" maxValue="100" valueStep="1">
180 <Anchors>
181 <Anchor point="TOP" relativeTo="GB_Options_ButtonSize" relativePoint="BOTTOM">
182 <Offset><AbsDimension x="0" y="-30"/></Offset>
183 </Anchor>
184 </Anchors>
185 <Scripts>
186 <OnLoad>
187 this.index = "alpha";
188 this.scale = 100;
189 this.func = GB_Set_Appearance;
190 this.maxlock = true;
191 GB_Set_Label(GB_TEXT.ButtonAlpha);
192 </OnLoad>
193 </Scripts>
194 </Slider>
195 <Slider name="GB_Options_ButtonSpacing" inherits="GB_SliderTemplate" minValue="-10" maxValue="50" valueStep="1">
196 <Anchors>
197 <Anchor point="TOP" relativeTo="GB_Options_ButtonAlpha" relativePoint="BOTTOM">
198 <Offset><AbsDimension x="0" y="-30"/></Offset>
199 </Anchor>
200 </Anchors>
201 <Scripts>
202 <OnLoad>
203 this.index = "spacing";
204 this.func = GB_Set_Appearance;
205 GB_Set_Label(GB_TEXT.ButtonSpacing);
206 </OnLoad>
207 </Scripts>
208 </Slider>
209 <Slider name="GB_Options_ButtonRows" inherits="GB_SliderTemplate" minValue="1" maxValue="20" valueStep="1">
210 <Anchors>
211 <Anchor point="TOP" relativeTo="GB_Options_ButtonSpacing" relativePoint="BOTTOM">
212 <Offset><AbsDimension x="0" y="-30"/></Offset>
213 </Anchor>
214 </Anchors>
215 <Scripts>
216 <OnLoad>
217 this.index = "rows";
218 this.func = GB_Set_Appearance;
219 this.maxlock = true;
220 GB_Set_Label(GB_TEXT.ButtonRows);
221 </OnLoad>
222 </Scripts>
223 </Slider>
224 <Frame name="$parent_AnchorPoint" inherits="GB_MenuControlTemplate">
225 <Size><AbsDimension x="95" y="26"/></Size>
226 <Scripts>
227 <OnLoad>
228 this:SetBackdropColor(0.0, 0.0, 0.0);
229 this.menu = "GB_Menu_Anchors";
230 this.index = "attachPoint";
231 GB_Set_Label(GB_TEXT.AnchorPoint);
232 GB_Set_Anchor("", 355, 210);
233 </OnLoad>
234 </Scripts>
235 </Frame>
236 <Frame name="$parent_AnchorTo" inherits="GB_MenuControlTemplate">
237 <Size><AbsDimension x="95" y="26"/></Size>
238 <Anchors>
239 <Anchor point="TOPRIGHT" relativeTo="$parent_AnchorPoint" relativePoint="BOTTOMRIGHT"/>
240 </Anchors>
241 <Scripts>
242 <OnLoad>
243 this:SetBackdropColor(0.0, 0.0, 0.0);
244 this.menu = "GB_Menu_Anchors";
245 this.index = "attachTo";
246 GB_Set_Label(GB_TEXT.AnchorTo);
247 </OnLoad>
248 </Scripts>
249 </Frame>
250 <Slider name="GB_Options_XOffset" inherits="GB_SliderTemplate" minValue="-150" maxValue="150" valueStep="1">
251 <Anchors>
252 <Anchor point="TOP" relativeTo="GB_Options_ButtonRows" relativePoint="BOTTOM">
253 <Offset><AbsDimension x="0" y="-80"/></Offset>
254 </Anchor>
255 </Anchors>
256 <Scripts>
257 <OnLoad>
258 this.index = "xoffset";
259 this.func = GB_Set_Appearance;
260 GB_Set_Label(GB_TEXT.BarXOffset);
261 </OnLoad>
262 </Scripts>
263 </Slider>
264 <Slider name="GB_Options_YOffset" inherits="GB_SliderTemplate" minValue="-150" maxValue="150" valueStep="1">
265 <Anchors>
266 <Anchor point="TOP" relativeTo="GB_Options_XOffset" relativePoint="BOTTOM">
267 <Offset><AbsDimension x="0" y="-25"/></Offset>
268 </Anchor>
269 </Anchors>
270 <Scripts>
271 <OnLoad>
272 this.index = "yoffset";
273 this.func = GB_Set_Appearance;
274 GB_Set_Label(GB_TEXT.BarYOffset);
275 </OnLoad>
276 </Scripts>
277 </Slider>
278 <Frame name="$parent_CopyBarControl" inherits="GB_MenuControlTemplate">
279 <Size><AbsDimension x="115" y="26"/></Size>
280 <Scripts>
281 <OnLoad>
282 this:SetBackdropColor(0.0, 0.0, 0.0);
283 this.menu = "GB_Menu_CopyBar";
284 GB_Set_Label("");
285 GB_Set_Anchor("", 355, 30);
286 </OnLoad>
287 </Scripts>
288 </Frame>
289 <Button name="$parent_CopyButton" inherits="GB_ButtonTemplate" text="GB_COPY">
290 <Size><AbsDimension x="60" y="26"/></Size>
291 <Anchors>
292 <Anchor point="LEFT" relativeTo="$parent_CopyBarControl" relativePoint="RIGHT"/>
293 </Anchors>
294 <Scripts>
295 <OnClick>
296 GB_Copy_BarSettings();
297 </OnClick>
298 </Scripts>
299 </Button>
300  
301 <Frame name="$parent_DefaultLeftClick" inherits="GB_BGTemplate">
302 <Size><AbsDimension x="85" y="22"/></Size>
303 <Frames>
304 <Button name="$parent_Button" id="1">
305 <Size><AbsDimension x="18" y="24"/></Size>
306 <Anchors>
307 <Anchor point="LEFT" relativePoint="RIGHT">
308 <Offset><AbsDimension x="-18" y="-1"/></Offset>
309 </Anchor>
310 </Anchors>
311 <HitRectInsets>
312 <AbsInset left="6" right="6" top="7" bottom="7"/>
313 </HitRectInsets>
314 <Scripts>
315 <OnClick>
316 GB_Options_ShowClickCastMenu();
317 </OnClick>
318 </Scripts>
319 <NormalTexture file="Interface\MainMenuBar\UI-MainMenu-ScrollDownButton-Up"/>
320 <PushedTexture file="Interface\MainMenuBar\UI-MainMenu-ScrollDownButton-Down"/>
321 <DisabledTexture file="Interface\Buttons\UI-ScrollBar-ScrollDownButton-Disabled"/>
322 <HighlightTexture alphaMode="ADD" file="Interface\MainMenuBar\UI-MainMenu-ScrollDownButton-Highlight"/>
323 </Button>
324 </Frames>
325 <Layers>
326 <Layer level="ARTWORK">
327 <FontString name="$parent_Label" inherits="GameFontNormalSmall">
328 <Color r="1.0" g="1.0" b="1.0"/>
329 <Anchors>
330 <Anchor point="RIGHT" relativePoint="LEFT">
331 <Offset><AbsDimension x="4" y="0"/></Offset>
332 </Anchor>
333 </Anchors>
334 </FontString>
335 <FontString name="$parent_Setting" inherits="GameFontNormalSmall">
336 <Color r="1.0" g="1.0" b="0.0"/>
337 <Anchors>
338 <Anchor point="LEFT">
339 <Offset><AbsDimension x="3" y="0"/></Offset>
340 </Anchor>
341 <Anchor point="RIGHT">
342 <Offset><AbsDimension x="-3" y="0"/></Offset>
343 </Anchor>
344 </Anchors>
345 </FontString>
346 </Layer>
347 </Layers>
348 <Scripts>
349 <OnLoad>
350 this:SetBackdropColor(0,0,0);
351 GB_Set_Label(GB_TEXT.DefaultLeftClick);
352 GB_Set_Anchor("", 5, 25);
353 </OnLoad>
354 </Scripts>
355 </Frame>
356 <Frame name="$parent_DefaultRightClick" inherits="GB_BGTemplate">
357 <Size><AbsDimension x="85" y="22"/></Size>
358 <Frames>
359 <Button name="$parent_Button" id="2">
360 <Size><AbsDimension x="18" y="24"/></Size>
361 <Anchors>
362 <Anchor point="LEFT" relativePoint="RIGHT">
363 <Offset><AbsDimension x="-18" y="-1"/></Offset>
364 </Anchor>
365 </Anchors>
366 <HitRectInsets>
367 <AbsInset left="6" right="6" top="7" bottom="7"/>
368 </HitRectInsets>
369 <Scripts>
370 <OnClick>
371 GB_Options_ShowClickCastMenu();
372 </OnClick>
373 </Scripts>
374 <NormalTexture file="Interface\MainMenuBar\UI-MainMenu-ScrollDownButton-Up"/>
375 <PushedTexture file="Interface\MainMenuBar\UI-MainMenu-ScrollDownButton-Down"/>
376 <DisabledTexture file="Interface\Buttons\UI-ScrollBar-ScrollDownButton-Disabled"/>
377 <HighlightTexture alphaMode="ADD" file="Interface\MainMenuBar\UI-MainMenu-ScrollDownButton-Highlight"/>
378 </Button>
379 </Frames>
380 <Layers>
381 <Layer level="ARTWORK">
382 <FontString name="$parent_Label" inherits="GameFontNormalSmall">
383 <Color r="1.0" g="1.0" b="1.0"/>
384 <Anchors>
385 <Anchor point="RIGHT" relativePoint="LEFT">
386 <Offset><AbsDimension x="4" y="0"/></Offset>
387 </Anchor>
388 </Anchors>
389 </FontString>
390 <FontString name="$parent_Setting" inherits="GameFontNormalSmall">
391 <Color r="1.0" g="1.0" b="0.0"/>
392 <Anchors>
393 <Anchor point="LEFT">
394 <Offset><AbsDimension x="3" y="0"/></Offset>
395 </Anchor>
396 <Anchor point="RIGHT">
397 <Offset><AbsDimension x="-3" y="0"/></Offset>
398 </Anchor>
399 </Anchors>
400 </FontString>
401 </Layer>
402 </Layers>
403 <Scripts>
404 <OnLoad>
405 this:SetBackdropColor(0,0,0);
406 GB_Set_Label(GB_TEXT.DefaultRightClick);
407 GB_Set_Anchor("", 177, 25);
408 </OnLoad>
409 </Scripts>
410 </Frame>
411 </Frames>
412 <Layers>
413 <Layer level="ARTWORK">
414 <Texture>
415 <Size><AbsDimension x="1" y="1"/></Size>
416 <Anchors>
417 <Anchor point="TOPLEFT">
418 <Offset><AbsDimension x="350" y="-3"/></Offset>
419 </Anchor>
420 <Anchor point="BOTTOMLEFT">
421 <Offset><AbsDimension x="350" y="3"/></Offset>
422 </Anchor>
423 </Anchors>
424 <Color r=".8" g=".8" b=".8"/>
425 </Texture>
426 <FontString text="GB_APPEARANCE" inherits="GameFontNormal">
427 <Anchors>
428 <Anchor point="TOP" relativePoint="TOPLEFT">
429 <Offset><AbsDimension x="447" y="-10"/></Offset>
430 </Anchor>
431 </Anchors>
432 <Color r="1" g="1" b="0"/>
433 </FontString>
434 <FontString text="GB_COPY_BAR_SETTINGS" inherits="GameFontNormal">
435 <Anchors>
436 <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMLEFT">
437 <Offset><AbsDimension x="395" y="33"/></Offset>
438 </Anchor>
439 </Anchors>
440 <Color r="1" g="1" b="1"/>
441 </FontString>
442 </Layer>
443 </Layers>
444 <Scripts>
445 <OnLoad>
446 this:SetBackdropColor(.2, .2, .2);
447 </OnLoad>
448 </Scripts>
449 </Frame>
450  
451 </Ui>