vanilla-wow-addons – Blame information for rev 1
?pathlinks?
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="localization.lua"/> |
||
4 | <Script file="LinkWrangler.lua"/> |
||
5 | <Frame name="IRR_MainFrame" frameStrata="LOW" toplevel="true" parent="UIParent" hidden="false" movable="true"> |
||
6 | <Size> |
||
7 | <AbsDimension x="1" y="1"/> |
||
8 | </Size> |
||
9 | <Anchors> |
||
10 | <Anchor point="TOP"> |
||
11 | <Offset> |
||
12 | <AbsDimension x="0" y="0"/> |
||
13 | </Offset> |
||
14 | </Anchor> |
||
15 | </Anchors> |
||
16 | <Scripts> |
||
17 | <OnLoad> |
||
18 | IRR_OnLoad(); |
||
19 | </OnLoad> |
||
20 | <OnEvent> |
||
21 | IRR_OnEvent(event,arg1,arg2); |
||
22 | </OnEvent> |
||
23 | <OnEscapePressed> |
||
24 | IRR_EscPressed(); |
||
25 | </OnEscapePressed> |
||
26 | </Scripts> |
||
27 | </Frame> |
||
28 | <GameTooltip name="IRR_ItemRefTooltip1" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true"> |
||
29 | <Size> |
||
30 | <AbsDimension x="128" y="64"/> |
||
31 | </Size> |
||
32 | <Anchors> |
||
33 | <Anchor point="BOTTOM"> |
||
34 | <Offset> |
||
35 | <AbsDimension x="0" y="80"/> |
||
36 | </Offset> |
||
37 | </Anchor> |
||
38 | </Anchors> |
||
39 | <TitleRegion setAllPoints="true"/> |
||
40 | <Frames> |
||
41 | <Button name="ItemRefMinButton1"> |
||
42 | <Size> |
||
43 | <AbsDimension x="32" y="32"/> |
||
44 | </Size> |
||
45 | <Anchors> |
||
46 | <Anchor point="TOPRIGHT"> |
||
47 | <Offset> |
||
48 | <AbsDimension x="1" y="-20"/> |
||
49 | </Offset> |
||
50 | </Anchor> |
||
51 | </Anchors> |
||
52 | <Scripts> |
||
53 | <OnClick> |
||
54 | IRR_DoMinimize(1); |
||
55 | </OnClick> |
||
56 | <OnEnter> |
||
57 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
58 | GameTooltip:SetText(IRR_TEXT_MINIMIZE); |
||
59 | GameTooltip:Show(); |
||
60 | </OnEnter> |
||
61 | <OnLeave> |
||
62 | GameTooltip:Hide(); |
||
63 | </OnLeave> |
||
64 | </Scripts> |
||
65 | <NormalTexture file="Interface\AddOns\LinkWrangler\MinimizeUp"/> |
||
66 | <PushedTexture file="Interface\AddOns\LinkWrangler\MinimizeDown"/> |
||
67 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
68 | </Button> |
||
69 | <Button name="ItemRefCloseButton1"> |
||
70 | <Size> |
||
71 | <AbsDimension x="32" y="32"/> |
||
72 | </Size> |
||
73 | <Anchors> |
||
74 | <Anchor point="TOPRIGHT"> |
||
75 | <Offset> |
||
76 | <AbsDimension x="1" y="0"/> |
||
77 | </Offset> |
||
78 | </Anchor> |
||
79 | </Anchors> |
||
80 | <Scripts> |
||
81 | <OnClick> |
||
82 | IRR_ItemRefTooltip_OnClick(1); |
||
83 | </OnClick> |
||
84 | <OnEnter> |
||
85 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
86 | GameTooltip:SetText(IRR_TEXT_CLOSE); |
||
87 | GameTooltip:Show(); |
||
88 | </OnEnter> |
||
89 | <OnLeave> |
||
90 | GameTooltip:Hide(); |
||
91 | </OnLeave> |
||
92 | </Scripts> |
||
93 | <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/> |
||
94 | <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/> |
||
95 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
96 | </Button> |
||
97 | <Button name="ItemRefCompButton1"> |
||
98 | <Size> |
||
99 | <AbsDimension x="32" y="32"/> |
||
100 | </Size> |
||
101 | <Anchors> |
||
102 | <Anchor point="TOPRIGHT"> |
||
103 | <Offset> |
||
104 | <AbsDimension x="1" y="-40"/> |
||
105 | </Offset> |
||
106 | </Anchor> |
||
107 | </Anchors> |
||
108 | <Scripts> |
||
109 | <OnClick> |
||
110 | IRR_CompareItem(1); |
||
111 | </OnClick> |
||
112 | <OnEnter> |
||
113 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
114 | GameTooltip:SetText(IRR_TEXT_COMPARE); |
||
115 | GameTooltip:Show(); |
||
116 | </OnEnter> |
||
117 | <OnLeave> |
||
118 | GameTooltip:Hide(); |
||
119 | </OnLeave> |
||
120 | </Scripts> |
||
121 | <NormalTexture file="Interface\AddOns\LinkWrangler\CompareUp"/> |
||
122 | <PushedTexture file="Interface\AddOns\LinkWrangler\CompareDown"/> |
||
123 | <DisabledTexture file="Interface\AddOns\LinkWrangler\CompareDisabled"/> |
||
124 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
125 | </Button> |
||
126 | <Button name="ItemRefWhisperButton1"> |
||
127 | <Size> |
||
128 | <AbsDimension x="32" y="32"/> |
||
129 | </Size> |
||
130 | <Anchors> |
||
131 | <Anchor point="TOPRIGHT"> |
||
132 | <Offset> |
||
133 | <AbsDimension x="1" y="-60"/> |
||
134 | </Offset> |
||
135 | </Anchor> |
||
136 | </Anchors> |
||
137 | <Scripts> |
||
138 | <OnClick> |
||
139 | IRR_DoWhisperPlayer(1); |
||
140 | </OnClick> |
||
141 | <OnEnter> |
||
142 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
143 | GameTooltip:SetText(IRR_TEXT_WHISPER); |
||
144 | GameTooltip:Show(); |
||
145 | </OnEnter> |
||
146 | <OnLeave> |
||
147 | GameTooltip:Hide(); |
||
148 | </OnLeave> |
||
149 | </Scripts> |
||
150 | <NormalTexture file="Interface\AddOns\LinkWrangler\WhisperUp"/> |
||
151 | <PushedTexture file="Interface\AddOns\LinkWrangler\WhisperDown"/> |
||
152 | <DisabledTexture file="Interface\AddOns\LinkWrangler\WhisperDisabled"/> |
||
153 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
154 | </Button> |
||
155 | <Button name="ItemRefRelinkButton1"> |
||
156 | <Size> |
||
157 | <AbsDimension x="32" y="32"/> |
||
158 | </Size> |
||
159 | <Anchors> |
||
160 | <Anchor point="TOPRIGHT"> |
||
161 | <Offset> |
||
162 | <AbsDimension x="1" y="-80"/> |
||
163 | </Offset> |
||
164 | </Anchor> |
||
165 | </Anchors> |
||
166 | <Scripts> |
||
167 | <OnClick> |
||
168 | IRR_DoRelinkItem(1); |
||
169 | </OnClick> |
||
170 | <OnEnter> |
||
171 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
172 | GameTooltip:SetText(IRR_TEXT_RELINK); |
||
173 | GameTooltip:Show(); |
||
174 | </OnEnter> |
||
175 | <OnLeave> |
||
176 | GameTooltip:Hide(); |
||
177 | </OnLeave> |
||
178 | </Scripts> |
||
179 | <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/> |
||
180 | <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/> |
||
181 | <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/> |
||
182 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
183 | </Button> |
||
184 | <Button name="ItemRefDRButton1"> |
||
185 | <Size> |
||
186 | <AbsDimension x="32" y="32"/> |
||
187 | </Size> |
||
188 | <Anchors> |
||
189 | <Anchor point="TOPRIGHT"> |
||
190 | <Offset> |
||
191 | <AbsDimension x="1" y="-100"/> |
||
192 | </Offset> |
||
193 | </Anchor> |
||
194 | </Anchors> |
||
195 | <Scripts> |
||
196 | <OnClick> |
||
197 | IRR_DoDressingRoom(1); |
||
198 | </OnClick> |
||
199 | <OnEnter> |
||
200 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
201 | GameTooltip:SetText(IRR_TEXT_DR); |
||
202 | GameTooltip:Show(); |
||
203 | </OnEnter> |
||
204 | <OnLeave> |
||
205 | GameTooltip:Hide(); |
||
206 | </OnLeave> |
||
207 | </Scripts> |
||
208 | <NormalTexture file="Interface\AddOns\LinkWrangler\DressingRoomUp"/> |
||
209 | <PushedTexture file="Interface\AddOns\LinkWrangler\DressingRoomDown"/> |
||
210 | <DisabledTexture file="Interface\AddOns\LinkWrangler\DressingRoomDisabled"/> |
||
211 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
212 | </Button> |
||
213 | </Frames> |
||
214 | <Scripts> |
||
215 | <OnLoad> |
||
216 | GameTooltip_OnLoad(); |
||
217 | this:SetPadding(16); |
||
218 | IRR_ItemRefTooltip_OnLoad(1); |
||
219 | </OnLoad> |
||
220 | <OnShow> |
||
221 | IRR_DoTooltipShow(1); |
||
222 | </OnShow> |
||
223 | <OnUpdate> |
||
224 | IRR_DoTooltipUpdate(arg1); |
||
225 | </OnUpdate> |
||
226 | <OnEnter> |
||
227 | --if (AuctionConfig.filters['embed'] == "off") then |
||
228 | IRR_DoAuctioneerFrame(1); |
||
229 | --end |
||
230 | </OnEnter> |
||
231 | <OnSizeChanged> |
||
232 | IRR_SizeChanged(1); |
||
233 | </OnSizeChanged> |
||
234 | </Scripts> |
||
235 | </GameTooltip> |
||
236 | <GameTooltip name="IRR_ItemRefTooltip2" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true"> |
||
237 | <Size> |
||
238 | <AbsDimension x="128" y="64"/> |
||
239 | </Size> |
||
240 | <Anchors> |
||
241 | <Anchor point="BOTTOM"> |
||
242 | <Offset> |
||
243 | <AbsDimension x="0" y="160"/> |
||
244 | </Offset> |
||
245 | </Anchor> |
||
246 | </Anchors> |
||
247 | <TitleRegion setAllPoints="true"/> |
||
248 | <Frames> |
||
249 | <Button name="ItemRefMinButton2"> |
||
250 | <Size> |
||
251 | <AbsDimension x="32" y="32"/> |
||
252 | </Size> |
||
253 | <Anchors> |
||
254 | <Anchor point="TOPRIGHT"> |
||
255 | <Offset> |
||
256 | <AbsDimension x="-20" y="0"/> |
||
257 | </Offset> |
||
258 | </Anchor> |
||
259 | </Anchors> |
||
260 | <Scripts> |
||
261 | <OnClick> |
||
262 | IRR_DoMinimize(2); |
||
263 | </OnClick> |
||
264 | <OnEnter> |
||
265 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
266 | GameTooltip:SetText(IRR_TEXT_MINIMIZE); |
||
267 | GameTooltip:Show(); |
||
268 | </OnEnter> |
||
269 | <OnLeave> |
||
270 | GameTooltip:Hide(); |
||
271 | </OnLeave> |
||
272 | </Scripts> |
||
273 | <NormalTexture file="Interface\AddOns\LinkWrangler\MinimizeUp"/> |
||
274 | <PushedTexture file="Interface\AddOns\LinkWrangler\MinimizeDown"/> |
||
275 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
276 | </Button> |
||
277 | <Button name="ItemRefCloseButton2"> |
||
278 | <Size> |
||
279 | <AbsDimension x="32" y="32"/> |
||
280 | </Size> |
||
281 | <Anchors> |
||
282 | <Anchor point="TOPRIGHT"> |
||
283 | <Offset> |
||
284 | <AbsDimension x="1" y="0"/> |
||
285 | </Offset> |
||
286 | </Anchor> |
||
287 | </Anchors> |
||
288 | <Scripts> |
||
289 | <OnClick> |
||
290 | IRR_ItemRefTooltip_OnClick(2); |
||
291 | </OnClick> |
||
292 | <OnEnter> |
||
293 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
294 | GameTooltip:SetText(IRR_TEXT_CLOSE); |
||
295 | GameTooltip:Show(); |
||
296 | </OnEnter> |
||
297 | <OnLeave> |
||
298 | GameTooltip:Hide(); |
||
299 | </OnLeave> |
||
300 | </Scripts> |
||
301 | <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/> |
||
302 | <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/> |
||
303 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
304 | </Button> |
||
305 | <Button name="ItemRefCompButton2"> |
||
306 | <Size> |
||
307 | <AbsDimension x="32" y="32"/> |
||
308 | </Size> |
||
309 | <Anchors> |
||
310 | <Anchor point="TOPRIGHT"> |
||
311 | <Offset> |
||
312 | <AbsDimension x="1" y="-40"/> |
||
313 | </Offset> |
||
314 | </Anchor> |
||
315 | </Anchors> |
||
316 | <Scripts> |
||
317 | <OnClick> |
||
318 | IRR_CompareItem(2); |
||
319 | </OnClick> |
||
320 | <OnEnter> |
||
321 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
322 | GameTooltip:SetText(IRR_TEXT_COMPARE); |
||
323 | GameTooltip:Show(); |
||
324 | </OnEnter> |
||
325 | <OnLeave> |
||
326 | GameTooltip:Hide(); |
||
327 | </OnLeave> |
||
328 | </Scripts> |
||
329 | <NormalTexture file="Interface\AddOns\LinkWrangler\CompareUp"/> |
||
330 | <PushedTexture file="Interface\AddOns\LinkWrangler\CompareDown"/> |
||
331 | <DisabledTexture file="Interface\AddOns\LinkWrangler\CompareDisabled"/> |
||
332 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
333 | </Button> |
||
334 | <Button name="ItemRefWhisperButton2"> |
||
335 | <Size> |
||
336 | <AbsDimension x="32" y="32"/> |
||
337 | </Size> |
||
338 | <Anchors> |
||
339 | <Anchor point="TOPRIGHT"> |
||
340 | <Offset> |
||
341 | <AbsDimension x="1" y="-60"/> |
||
342 | </Offset> |
||
343 | </Anchor> |
||
344 | </Anchors> |
||
345 | <Scripts> |
||
346 | <OnClick> |
||
347 | IRR_DoWhisperPlayer(2); |
||
348 | </OnClick> |
||
349 | <OnEnter> |
||
350 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
351 | GameTooltip:SetText(IRR_TEXT_WHISPER); |
||
352 | GameTooltip:Show(); |
||
353 | </OnEnter> |
||
354 | <OnLeave> |
||
355 | GameTooltip:Hide(); |
||
356 | </OnLeave> |
||
357 | </Scripts> |
||
358 | <NormalTexture file="Interface\AddOns\LinkWrangler\WhisperUp"/> |
||
359 | <PushedTexture file="Interface\AddOns\LinkWrangler\WhisperDown"/> |
||
360 | <DisabledTexture file="Interface\AddOns\LinkWrangler\WhisperDisabled"/> |
||
361 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
362 | </Button> |
||
363 | <Button name="ItemRefRelinkButton2"> |
||
364 | <Size> |
||
365 | <AbsDimension x="32" y="32"/> |
||
366 | </Size> |
||
367 | <Anchors> |
||
368 | <Anchor point="TOPRIGHT"> |
||
369 | <Offset> |
||
370 | <AbsDimension x="1" y="-80"/> |
||
371 | </Offset> |
||
372 | </Anchor> |
||
373 | </Anchors> |
||
374 | <Scripts> |
||
375 | <OnClick> |
||
376 | IRR_DoRelinkItem(2); |
||
377 | </OnClick> |
||
378 | <OnEnter> |
||
379 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
380 | GameTooltip:SetText(IRR_TEXT_RELINK); |
||
381 | GameTooltip:Show(); |
||
382 | </OnEnter> |
||
383 | <OnLeave> |
||
384 | GameTooltip:Hide(); |
||
385 | </OnLeave> |
||
386 | </Scripts> |
||
387 | <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/> |
||
388 | <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/> |
||
389 | <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/> |
||
390 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
391 | </Button> |
||
392 | <Button name="ItemRefDRButton2"> |
||
393 | <Size> |
||
394 | <AbsDimension x="32" y="32"/> |
||
395 | </Size> |
||
396 | <Anchors> |
||
397 | <Anchor point="TOPRIGHT"> |
||
398 | <Offset> |
||
399 | <AbsDimension x="1" y="-100"/> |
||
400 | </Offset> |
||
401 | </Anchor> |
||
402 | </Anchors> |
||
403 | <Scripts> |
||
404 | <OnClick> |
||
405 | IRR_DoDressingRoom(2); |
||
406 | </OnClick> |
||
407 | <OnEnter> |
||
408 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
409 | GameTooltip:SetText(IRR_TEXT_DR); |
||
410 | GameTooltip:Show(); |
||
411 | </OnEnter> |
||
412 | <OnLeave> |
||
413 | GameTooltip:Hide(); |
||
414 | </OnLeave> |
||
415 | </Scripts> |
||
416 | <NormalTexture file="Interface\AddOns\LinkWrangler\DressingRoomUp"/> |
||
417 | <PushedTexture file="Interface\AddOns\LinkWrangler\DressingRoomDown"/> |
||
418 | <DisabledTexture file="Interface\AddOns\LinkWrangler\DressingRoomDisabled"/> |
||
419 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
420 | </Button> |
||
421 | </Frames> |
||
422 | <Scripts> |
||
423 | <OnLoad> |
||
424 | IRR_ItemRefTooltip_OnLoad(2); |
||
425 | GameTooltip_OnLoad(); |
||
426 | this:SetPadding(16); |
||
427 | </OnLoad> |
||
428 | <OnShow> |
||
429 | IRR_DoTooltipShow(2); |
||
430 | </OnShow> |
||
431 | <OnUpdate> |
||
432 | IRR_DoTooltipUpdate(arg1); |
||
433 | </OnUpdate> |
||
434 | <OnEnter> |
||
435 | IRR_DoAuctioneerFrame(2); |
||
436 | </OnEnter> |
||
437 | <OnSizeChanged> |
||
438 | IRR_SizeChanged(2); |
||
439 | </OnSizeChanged> |
||
440 | </Scripts> |
||
441 | </GameTooltip> |
||
442 | <GameTooltip name="IRR_ItemRefTooltip3" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true"> |
||
443 | <Size> |
||
444 | <AbsDimension x="128" y="64"/> |
||
445 | </Size> |
||
446 | <Anchors> |
||
447 | <Anchor point="BOTTOM"> |
||
448 | <Offset> |
||
449 | <AbsDimension x="0" y="240"/> |
||
450 | </Offset> |
||
451 | </Anchor> |
||
452 | </Anchors> |
||
453 | <TitleRegion setAllPoints="true"/> |
||
454 | <Frames> |
||
455 | <Button name="ItemRefMinButton3"> |
||
456 | <Size> |
||
457 | <AbsDimension x="32" y="32"/> |
||
458 | </Size> |
||
459 | <Anchors> |
||
460 | <Anchor point="TOPRIGHT"> |
||
461 | <Offset> |
||
462 | <AbsDimension x="-20" y="0"/> |
||
463 | </Offset> |
||
464 | </Anchor> |
||
465 | </Anchors> |
||
466 | <Scripts> |
||
467 | <OnClick> |
||
468 | IRR_DoMinimize(3); |
||
469 | </OnClick> |
||
470 | <OnEnter> |
||
471 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
472 | GameTooltip:SetText(IRR_TEXT_MINIMIZE); |
||
473 | GameTooltip:Show(); |
||
474 | </OnEnter> |
||
475 | <OnLeave> |
||
476 | GameTooltip:Hide(); |
||
477 | </OnLeave> |
||
478 | </Scripts> |
||
479 | <NormalTexture file="Interface\AddOns\LinkWrangler\MinimizeUp"/> |
||
480 | <PushedTexture file="Interface\AddOns\LinkWrangler\MinimizeDown"/> |
||
481 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
482 | </Button> |
||
483 | <Button name="ItemRefCloseButton3"> |
||
484 | <Size> |
||
485 | <AbsDimension x="32" y="32"/> |
||
486 | </Size> |
||
487 | <Anchors> |
||
488 | <Anchor point="TOPRIGHT"> |
||
489 | <Offset> |
||
490 | <AbsDimension x="1" y="0"/> |
||
491 | </Offset> |
||
492 | </Anchor> |
||
493 | </Anchors> |
||
494 | <Scripts> |
||
495 | <OnClick> |
||
496 | IRR_ItemRefTooltip_OnClick(3); |
||
497 | </OnClick> |
||
498 | <OnEnter> |
||
499 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
500 | GameTooltip:SetText(IRR_TEXT_CLOSE); |
||
501 | GameTooltip:Show(); |
||
502 | </OnEnter> |
||
503 | <OnLeave> |
||
504 | GameTooltip:Hide(); |
||
505 | </OnLeave> |
||
506 | </Scripts> |
||
507 | <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/> |
||
508 | <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/> |
||
509 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
510 | </Button> |
||
511 | <Button name="ItemRefCompButton3"> |
||
512 | <Size> |
||
513 | <AbsDimension x="32" y="32"/> |
||
514 | </Size> |
||
515 | <Anchors> |
||
516 | <Anchor point="TOPRIGHT"> |
||
517 | <Offset> |
||
518 | <AbsDimension x="1" y="-40"/> |
||
519 | </Offset> |
||
520 | </Anchor> |
||
521 | </Anchors> |
||
522 | <Scripts> |
||
523 | <OnClick> |
||
524 | IRR_CompareItem(3); |
||
525 | </OnClick> |
||
526 | <OnEnter> |
||
527 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
528 | GameTooltip:SetText(IRR_TEXT_COMPARE); |
||
529 | GameTooltip:Show(); |
||
530 | </OnEnter> |
||
531 | <OnLeave> |
||
532 | GameTooltip:Hide(); |
||
533 | </OnLeave> |
||
534 | </Scripts> |
||
535 | <NormalTexture file="Interface\AddOns\LinkWrangler\CompareUp"/> |
||
536 | <PushedTexture file="Interface\AddOns\LinkWrangler\CompareDown"/> |
||
537 | <DisabledTexture file="Interface\AddOns\LinkWrangler\CompareDisabled"/> |
||
538 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
539 | </Button> |
||
540 | <Button name="ItemRefWhisperButton3"> |
||
541 | <Size> |
||
542 | <AbsDimension x="32" y="32"/> |
||
543 | </Size> |
||
544 | <Anchors> |
||
545 | <Anchor point="TOPRIGHT"> |
||
546 | <Offset> |
||
547 | <AbsDimension x="1" y="-60"/> |
||
548 | </Offset> |
||
549 | </Anchor> |
||
550 | </Anchors> |
||
551 | <Scripts> |
||
552 | <OnClick> |
||
553 | IRR_DoWhisperPlayer(3); |
||
554 | </OnClick> |
||
555 | <OnEnter> |
||
556 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
557 | GameTooltip:SetText(IRR_TEXT_WHISPER); |
||
558 | GameTooltip:Show(); |
||
559 | </OnEnter> |
||
560 | <OnLeave> |
||
561 | GameTooltip:Hide(); |
||
562 | </OnLeave> |
||
563 | </Scripts> |
||
564 | <NormalTexture file="Interface\AddOns\LinkWrangler\WhisperUp"/> |
||
565 | <PushedTexture file="Interface\AddOns\LinkWrangler\WhisperDown"/> |
||
566 | <DisabledTexture file="Interface\AddOns\LinkWrangler\WhisperDisabled"/> |
||
567 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
568 | </Button> |
||
569 | <Button name="ItemRefRelinkButton3"> |
||
570 | <Size> |
||
571 | <AbsDimension x="32" y="32"/> |
||
572 | </Size> |
||
573 | <Anchors> |
||
574 | <Anchor point="TOPRIGHT"> |
||
575 | <Offset> |
||
576 | <AbsDimension x="1" y="-80"/> |
||
577 | </Offset> |
||
578 | </Anchor> |
||
579 | </Anchors> |
||
580 | <Scripts> |
||
581 | <OnClick> |
||
582 | IRR_DoRelinkItem(3); |
||
583 | </OnClick> |
||
584 | <OnEnter> |
||
585 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
586 | GameTooltip:SetText(IRR_TEXT_RELINK); |
||
587 | GameTooltip:Show(); |
||
588 | </OnEnter> |
||
589 | <OnLeave> |
||
590 | GameTooltip:Hide(); |
||
591 | </OnLeave> |
||
592 | </Scripts> |
||
593 | <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/> |
||
594 | <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/> |
||
595 | <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/> |
||
596 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
597 | </Button> |
||
598 | <Button name="ItemRefDRButton3"> |
||
599 | <Size> |
||
600 | <AbsDimension x="32" y="32"/> |
||
601 | </Size> |
||
602 | <Anchors> |
||
603 | <Anchor point="TOPRIGHT"> |
||
604 | <Offset> |
||
605 | <AbsDimension x="1" y="-100"/> |
||
606 | </Offset> |
||
607 | </Anchor> |
||
608 | </Anchors> |
||
609 | <Scripts> |
||
610 | <OnClick> |
||
611 | IRR_DoDressingRoom(3); |
||
612 | </OnClick> |
||
613 | <OnEnter> |
||
614 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
615 | GameTooltip:SetText(IRR_TEXT_DR); |
||
616 | GameTooltip:Show(); |
||
617 | </OnEnter> |
||
618 | <OnLeave> |
||
619 | GameTooltip:Hide(); |
||
620 | </OnLeave> |
||
621 | </Scripts> |
||
622 | <NormalTexture file="Interface\AddOns\LinkWrangler\DressingRoomUp"/> |
||
623 | <PushedTexture file="Interface\AddOns\LinkWrangler\DressingRoomDown"/> |
||
624 | <DisabledTexture file="Interface\AddOns\LinkWrangler\DressingRoomDisabled"/> |
||
625 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
626 | </Button> |
||
627 | </Frames> |
||
628 | <Scripts> |
||
629 | <OnLoad> |
||
630 | IRR_ItemRefTooltip_OnLoad(3); |
||
631 | GameTooltip_OnLoad(); |
||
632 | this:SetPadding(16); |
||
633 | </OnLoad> |
||
634 | <OnShow> |
||
635 | IRR_DoTooltipShow(3); |
||
636 | </OnShow> |
||
637 | <OnUpdate> |
||
638 | IRR_DoTooltipUpdate(arg1); |
||
639 | </OnUpdate> |
||
640 | <OnEnter> |
||
641 | IRR_DoAuctioneerFrame(3); |
||
642 | </OnEnter> |
||
643 | <OnSizeChanged> |
||
644 | IRR_SizeChanged(3); |
||
645 | </OnSizeChanged> |
||
646 | </Scripts> |
||
647 | </GameTooltip> |
||
648 | <GameTooltip name="IRR_ItemRefTooltip4" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true"> |
||
649 | <Size> |
||
650 | <AbsDimension x="128" y="64"/> |
||
651 | </Size> |
||
652 | <Anchors> |
||
653 | <Anchor point="BOTTOM"> |
||
654 | <Offset> |
||
655 | <AbsDimension x="0" y="320"/> |
||
656 | </Offset> |
||
657 | </Anchor> |
||
658 | </Anchors> |
||
659 | <TitleRegion setAllPoints="true"/> |
||
660 | <Frames> |
||
661 | <Button name="ItemRefMinButton4"> |
||
662 | <Size> |
||
663 | <AbsDimension x="32" y="32"/> |
||
664 | </Size> |
||
665 | <Anchors> |
||
666 | <Anchor point="TOPRIGHT"> |
||
667 | <Offset> |
||
668 | <AbsDimension x="-20" y="0"/> |
||
669 | </Offset> |
||
670 | </Anchor> |
||
671 | </Anchors> |
||
672 | <Scripts> |
||
673 | <OnClick> |
||
674 | IRR_DoMinimize(4); |
||
675 | </OnClick> |
||
676 | <OnEnter> |
||
677 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
678 | GameTooltip:SetText(IRR_TEXT_MINIMIZE); |
||
679 | GameTooltip:Show(); |
||
680 | </OnEnter> |
||
681 | <OnLeave> |
||
682 | GameTooltip:Hide(); |
||
683 | </OnLeave> |
||
684 | </Scripts> |
||
685 | <NormalTexture file="Interface\AddOns\LinkWrangler\MinimizeUp"/> |
||
686 | <PushedTexture file="Interface\AddOns\LinkWrangler\MinimizeDown"/> |
||
687 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
688 | </Button> |
||
689 | <Button name="ItemRefCloseButton4"> |
||
690 | <Size> |
||
691 | <AbsDimension x="32" y="32"/> |
||
692 | </Size> |
||
693 | <Anchors> |
||
694 | <Anchor point="TOPRIGHT"> |
||
695 | <Offset> |
||
696 | <AbsDimension x="1" y="0"/> |
||
697 | </Offset> |
||
698 | </Anchor> |
||
699 | </Anchors> |
||
700 | <Scripts> |
||
701 | <OnClick> |
||
702 | IRR_ItemRefTooltip_OnClick(4); |
||
703 | </OnClick> |
||
704 | <OnEnter> |
||
705 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
706 | GameTooltip:SetText(IRR_TEXT_CLOSE); |
||
707 | GameTooltip:Show(); |
||
708 | </OnEnter> |
||
709 | <OnLeave> |
||
710 | GameTooltip:Hide(); |
||
711 | </OnLeave> |
||
712 | </Scripts> |
||
713 | <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/> |
||
714 | <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/> |
||
715 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
716 | </Button> |
||
717 | <Button name="ItemRefCompButton4"> |
||
718 | <Size> |
||
719 | <AbsDimension x="32" y="32"/> |
||
720 | </Size> |
||
721 | <Anchors> |
||
722 | <Anchor point="TOPRIGHT"> |
||
723 | <Offset> |
||
724 | <AbsDimension x="1" y="-40"/> |
||
725 | </Offset> |
||
726 | </Anchor> |
||
727 | </Anchors> |
||
728 | <Scripts> |
||
729 | <OnClick> |
||
730 | IRR_CompareItem(4); |
||
731 | </OnClick> |
||
732 | <OnEnter> |
||
733 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
734 | GameTooltip:SetText(IRR_TEXT_COMPARE); |
||
735 | GameTooltip:Show(); |
||
736 | </OnEnter> |
||
737 | <OnLeave> |
||
738 | GameTooltip:Hide(); |
||
739 | </OnLeave> |
||
740 | </Scripts> |
||
741 | <NormalTexture file="Interface\AddOns\LinkWrangler\CompareUp"/> |
||
742 | <PushedTexture file="Interface\AddOns\LinkWrangler\CompareDown"/> |
||
743 | <DisabledTexture file="Interface\AddOns\LinkWrangler\CompareDisabled"/> |
||
744 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
745 | </Button> |
||
746 | <Button name="ItemRefWhisperButton4"> |
||
747 | <Size> |
||
748 | <AbsDimension x="32" y="32"/> |
||
749 | </Size> |
||
750 | <Anchors> |
||
751 | <Anchor point="TOPRIGHT"> |
||
752 | <Offset> |
||
753 | <AbsDimension x="1" y="-60"/> |
||
754 | </Offset> |
||
755 | </Anchor> |
||
756 | </Anchors> |
||
757 | <Scripts> |
||
758 | <OnClick> |
||
759 | IRR_DoWhisperPlayer(4); |
||
760 | </OnClick> |
||
761 | <OnEnter> |
||
762 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
763 | GameTooltip:SetText(IRR_TEXT_WHISPER); |
||
764 | GameTooltip:Show(); |
||
765 | </OnEnter> |
||
766 | <OnLeave> |
||
767 | GameTooltip:Hide(); |
||
768 | </OnLeave> |
||
769 | </Scripts> |
||
770 | <NormalTexture file="Interface\AddOns\LinkWrangler\WhisperUp"/> |
||
771 | <PushedTexture file="Interface\AddOns\LinkWrangler\WhisperDown"/> |
||
772 | <DisabledTexture file="Interface\AddOns\LinkWrangler\WhisperDisabled"/> |
||
773 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
774 | </Button> |
||
775 | <Button name="ItemRefRelinkButton4"> |
||
776 | <Size> |
||
777 | <AbsDimension x="32" y="32"/> |
||
778 | </Size> |
||
779 | <Anchors> |
||
780 | <Anchor point="TOPRIGHT"> |
||
781 | <Offset> |
||
782 | <AbsDimension x="1" y="-80"/> |
||
783 | </Offset> |
||
784 | </Anchor> |
||
785 | </Anchors> |
||
786 | <Scripts> |
||
787 | <OnClick> |
||
788 | IRR_DoRelinkItem(4); |
||
789 | </OnClick> |
||
790 | <OnEnter> |
||
791 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
792 | GameTooltip:SetText(IRR_TEXT_RELINK); |
||
793 | GameTooltip:Show(); |
||
794 | </OnEnter> |
||
795 | <OnLeave> |
||
796 | GameTooltip:Hide(); |
||
797 | </OnLeave> |
||
798 | </Scripts> |
||
799 | <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/> |
||
800 | <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/> |
||
801 | <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/> |
||
802 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
803 | </Button> |
||
804 | <Button name="ItemRefDRButton4"> |
||
805 | <Size> |
||
806 | <AbsDimension x="32" y="32"/> |
||
807 | </Size> |
||
808 | <Anchors> |
||
809 | <Anchor point="TOPRIGHT"> |
||
810 | <Offset> |
||
811 | <AbsDimension x="1" y="-100"/> |
||
812 | </Offset> |
||
813 | </Anchor> |
||
814 | </Anchors> |
||
815 | <Scripts> |
||
816 | <OnClick> |
||
817 | IRR_DoDressingRoom(4); |
||
818 | </OnClick> |
||
819 | <OnEnter> |
||
820 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
821 | GameTooltip:SetText(IRR_TEXT_DR); |
||
822 | GameTooltip:Show(); |
||
823 | </OnEnter> |
||
824 | <OnLeave> |
||
825 | GameTooltip:Hide(); |
||
826 | </OnLeave> |
||
827 | </Scripts> |
||
828 | <NormalTexture file="Interface\AddOns\LinkWrangler\DressingRoomUp"/> |
||
829 | <PushedTexture file="Interface\AddOns\LinkWrangler\DressingRoomDown"/> |
||
830 | <DisabledTexture file="Interface\AddOns\LinkWrangler\DressingRoomDisabled"/> |
||
831 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
832 | </Button> |
||
833 | </Frames> |
||
834 | <Scripts> |
||
835 | <OnLoad> |
||
836 | IRR_ItemRefTooltip_OnLoad(4); |
||
837 | GameTooltip_OnLoad(); |
||
838 | this:SetPadding(16); |
||
839 | </OnLoad> |
||
840 | <OnShow> |
||
841 | IRR_DoTooltipShow(4); |
||
842 | </OnShow> |
||
843 | <OnUpdate> |
||
844 | IRR_DoTooltipUpdate(arg1); |
||
845 | </OnUpdate> |
||
846 | <OnEnter> |
||
847 | IRR_DoAuctioneerFrame(4); |
||
848 | </OnEnter> |
||
849 | <OnSizeChanged> |
||
850 | IRR_SizeChanged(4); |
||
851 | </OnSizeChanged> |
||
852 | </Scripts> |
||
853 | </GameTooltip> |
||
854 | <GameTooltip name="IRR_ItemRefTooltip5" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true"> |
||
855 | <Size> |
||
856 | <AbsDimension x="128" y="64"/> |
||
857 | </Size> |
||
858 | <Anchors> |
||
859 | <Anchor point="BOTTOM"> |
||
860 | <Offset> |
||
861 | <AbsDimension x="0" y="320"/> |
||
862 | </Offset> |
||
863 | </Anchor> |
||
864 | </Anchors> |
||
865 | <TitleRegion setAllPoints="true"/> |
||
866 | <Frames> |
||
867 | <Button name="ItemRefMinButton5"> |
||
868 | <Size> |
||
869 | <AbsDimension x="32" y="32"/> |
||
870 | </Size> |
||
871 | <Anchors> |
||
872 | <Anchor point="TOPRIGHT"> |
||
873 | <Offset> |
||
874 | <AbsDimension x="-20" y="0"/> |
||
875 | </Offset> |
||
876 | </Anchor> |
||
877 | </Anchors> |
||
878 | <Scripts> |
||
879 | <OnClick> |
||
880 | IRR_DoMinimize(5); |
||
881 | </OnClick> |
||
882 | <OnEnter> |
||
883 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
884 | GameTooltip:SetText(IRR_TEXT_MINIMIZE); |
||
885 | GameTooltip:Show(); |
||
886 | </OnEnter> |
||
887 | <OnLeave> |
||
888 | GameTooltip:Hide(); |
||
889 | </OnLeave> |
||
890 | </Scripts> |
||
891 | <NormalTexture file="Interface\AddOns\LinkWrangler\MinimizeUp"/> |
||
892 | <PushedTexture file="Interface\AddOns\LinkWrangler\MinimizeDown"/> |
||
893 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
894 | </Button> |
||
895 | <Button name="ItemRefCloseButton5"> |
||
896 | <Size> |
||
897 | <AbsDimension x="32" y="32"/> |
||
898 | </Size> |
||
899 | <Anchors> |
||
900 | <Anchor point="TOPRIGHT"> |
||
901 | <Offset> |
||
902 | <AbsDimension x="1" y="0"/> |
||
903 | </Offset> |
||
904 | </Anchor> |
||
905 | </Anchors> |
||
906 | <Scripts> |
||
907 | <OnClick> |
||
908 | IRR_ItemRefTooltip_OnClick(5); |
||
909 | </OnClick> |
||
910 | <OnEnter> |
||
911 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
912 | GameTooltip:SetText(IRR_TEXT_CLOSE); |
||
913 | GameTooltip:Show(); |
||
914 | </OnEnter> |
||
915 | <OnLeave> |
||
916 | GameTooltip:Hide(); |
||
917 | </OnLeave> |
||
918 | </Scripts> |
||
919 | <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/> |
||
920 | <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/> |
||
921 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
922 | </Button> |
||
923 | <Button name="ItemRefCompButton5"> |
||
924 | <Size> |
||
925 | <AbsDimension x="32" y="32"/> |
||
926 | </Size> |
||
927 | <Anchors> |
||
928 | <Anchor point="TOPRIGHT"> |
||
929 | <Offset> |
||
930 | <AbsDimension x="1" y="-40"/> |
||
931 | </Offset> |
||
932 | </Anchor> |
||
933 | </Anchors> |
||
934 | <Scripts> |
||
935 | <OnClick> |
||
936 | IRR_CompareItem(5); |
||
937 | </OnClick> |
||
938 | <OnEnter> |
||
939 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
940 | GameTooltip:SetText(IRR_TEXT_COMPARE); |
||
941 | GameTooltip:Show(); |
||
942 | </OnEnter> |
||
943 | <OnLeave> |
||
944 | GameTooltip:Hide(); |
||
945 | </OnLeave> |
||
946 | </Scripts> |
||
947 | <NormalTexture file="Interface\AddOns\LinkWrangler\CompareUp"/> |
||
948 | <PushedTexture file="Interface\AddOns\LinkWrangler\CompareDown"/> |
||
949 | <DisabledTexture file="Interface\AddOns\LinkWrangler\CompareDisabled"/> |
||
950 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
951 | </Button> |
||
952 | <Button name="ItemRefWhisperButton5"> |
||
953 | <Size> |
||
954 | <AbsDimension x="32" y="32"/> |
||
955 | </Size> |
||
956 | <Anchors> |
||
957 | <Anchor point="TOPRIGHT"> |
||
958 | <Offset> |
||
959 | <AbsDimension x="1" y="-60"/> |
||
960 | </Offset> |
||
961 | </Anchor> |
||
962 | </Anchors> |
||
963 | <Scripts> |
||
964 | <OnClick> |
||
965 | IRR_DoWhisperPlayer(5); |
||
966 | </OnClick> |
||
967 | <OnEnter> |
||
968 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
969 | GameTooltip:SetText(IRR_TEXT_WHISPER); |
||
970 | GameTooltip:Show(); |
||
971 | </OnEnter> |
||
972 | <OnLeave> |
||
973 | GameTooltip:Hide(); |
||
974 | </OnLeave> |
||
975 | </Scripts> |
||
976 | <NormalTexture file="Interface\AddOns\LinkWrangler\WhisperUp"/> |
||
977 | <PushedTexture file="Interface\AddOns\LinkWrangler\WhisperDown"/> |
||
978 | <DisabledTexture file="Interface\AddOns\LinkWrangler\WhisperDisabled"/> |
||
979 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
980 | </Button> |
||
981 | <Button name="ItemRefRelinkButton5"> |
||
982 | <Size> |
||
983 | <AbsDimension x="32" y="32"/> |
||
984 | </Size> |
||
985 | <Anchors> |
||
986 | <Anchor point="TOPRIGHT"> |
||
987 | <Offset> |
||
988 | <AbsDimension x="1" y="-80"/> |
||
989 | </Offset> |
||
990 | </Anchor> |
||
991 | </Anchors> |
||
992 | <Scripts> |
||
993 | <OnClick> |
||
994 | IRR_DoRelinkItem(5); |
||
995 | </OnClick> |
||
996 | <OnEnter> |
||
997 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
998 | GameTooltip:SetText(IRR_TEXT_RELINK); |
||
999 | GameTooltip:Show(); |
||
1000 | </OnEnter> |
||
1001 | <OnLeave> |
||
1002 | GameTooltip:Hide(); |
||
1003 | </OnLeave> |
||
1004 | </Scripts> |
||
1005 | <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/> |
||
1006 | <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/> |
||
1007 | <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/> |
||
1008 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
1009 | </Button> |
||
1010 | <Button name="ItemRefDRButton5"> |
||
1011 | <Size> |
||
1012 | <AbsDimension x="32" y="32"/> |
||
1013 | </Size> |
||
1014 | <Anchors> |
||
1015 | <Anchor point="TOPRIGHT"> |
||
1016 | <Offset> |
||
1017 | <AbsDimension x="1" y="-100"/> |
||
1018 | </Offset> |
||
1019 | </Anchor> |
||
1020 | </Anchors> |
||
1021 | <Scripts> |
||
1022 | <OnClick> |
||
1023 | IRR_DoDressingRoom(5); |
||
1024 | </OnClick> |
||
1025 | <OnEnter> |
||
1026 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
1027 | GameTooltip:SetText(IRR_TEXT_DR); |
||
1028 | GameTooltip:Show(); |
||
1029 | </OnEnter> |
||
1030 | <OnLeave> |
||
1031 | GameTooltip:Hide(); |
||
1032 | </OnLeave> |
||
1033 | </Scripts> |
||
1034 | <NormalTexture file="Interface\AddOns\LinkWrangler\DressingRoomUp"/> |
||
1035 | <PushedTexture file="Interface\AddOns\LinkWrangler\DressingRoomDown"/> |
||
1036 | <DisabledTexture file="Interface\AddOns\LinkWrangler\DressingRoomDisabled"/> |
||
1037 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
1038 | </Button> |
||
1039 | </Frames> |
||
1040 | <Scripts> |
||
1041 | <OnLoad> |
||
1042 | IRR_ItemRefTooltip_OnLoad(5); |
||
1043 | GameTooltip_OnLoad(); |
||
1044 | this:SetPadding(16); |
||
1045 | </OnLoad> |
||
1046 | <OnShow> |
||
1047 | IRR_DoTooltipShow(5); |
||
1048 | </OnShow> |
||
1049 | <OnUpdate> |
||
1050 | IRR_DoTooltipUpdate(arg1); |
||
1051 | </OnUpdate> |
||
1052 | <OnEnter> |
||
1053 | IRR_DoAuctioneerFrame(5); |
||
1054 | </OnEnter> |
||
1055 | <OnSizeChanged> |
||
1056 | IRR_SizeChanged(5); |
||
1057 | </OnSizeChanged> |
||
1058 | </Scripts> |
||
1059 | </GameTooltip> |
||
1060 | <GameTooltip name="IRR_ItemCompTooltip1" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true"> |
||
1061 | <Size> |
||
1062 | <AbsDimension x="128" y="64"/> |
||
1063 | </Size> |
||
1064 | <Anchors> |
||
1065 | <Anchor point="BOTTOM"> |
||
1066 | <Offset> |
||
1067 | <AbsDimension x="0" y="80"/> |
||
1068 | </Offset> |
||
1069 | </Anchor> |
||
1070 | </Anchors> |
||
1071 | <TitleRegion setAllPoints="true"/> |
||
1072 | <Frames> |
||
1073 | <Button name="ItemCompCloseButton1"> |
||
1074 | <Size> |
||
1075 | <AbsDimension x="32" y="32"/> |
||
1076 | </Size> |
||
1077 | <Anchors> |
||
1078 | <Anchor point="TOPRIGHT"> |
||
1079 | <Offset> |
||
1080 | <AbsDimension x="1" y="0"/> |
||
1081 | </Offset> |
||
1082 | </Anchor> |
||
1083 | </Anchors> |
||
1084 | <Scripts> |
||
1085 | <OnClick> |
||
1086 | IRR_ItemRefTooltip_OnClick(1,1); |
||
1087 | </OnClick> |
||
1088 | </Scripts> |
||
1089 | <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/> |
||
1090 | <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/> |
||
1091 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
1092 | </Button> |
||
1093 | <Button name="ItemCompRelinkButton1"> |
||
1094 | <Size> |
||
1095 | <AbsDimension x="32" y="32"/> |
||
1096 | </Size> |
||
1097 | <Anchors> |
||
1098 | <Anchor point="TOPRIGHT"> |
||
1099 | <Offset> |
||
1100 | <AbsDimension x="1" y="-20"/> |
||
1101 | </Offset> |
||
1102 | </Anchor> |
||
1103 | </Anchors> |
||
1104 | <Scripts> |
||
1105 | <OnClick> |
||
1106 | IRR_DoRelinkCompItem(1,1); |
||
1107 | </OnClick> |
||
1108 | <OnEnter> |
||
1109 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
1110 | GameTooltip:SetText(IRR_TEXT_LINK); |
||
1111 | GameTooltip:Show(); |
||
1112 | </OnEnter> |
||
1113 | <OnLeave> |
||
1114 | GameTooltip:Hide(); |
||
1115 | </OnLeave> |
||
1116 | </Scripts> |
||
1117 | <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/> |
||
1118 | <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/> |
||
1119 | <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/> |
||
1120 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
1121 | </Button> |
||
1122 | </Frames> |
||
1123 | <Scripts> |
||
1124 | <OnLoad> |
||
1125 | GameTooltip_OnLoad(); |
||
1126 | this:SetPadding(16); |
||
1127 | </OnLoad> |
||
1128 | </Scripts> |
||
1129 | </GameTooltip> |
||
1130 | <GameTooltip name="IRR_ItemCompTool11" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true"> |
||
1131 | <Size> |
||
1132 | <AbsDimension x="128" y="64"/> |
||
1133 | </Size> |
||
1134 | <Anchors> |
||
1135 | <Anchor point="BOTTOM"> |
||
1136 | <Offset> |
||
1137 | <AbsDimension x="0" y="80"/> |
||
1138 | </Offset> |
||
1139 | </Anchor> |
||
1140 | </Anchors> |
||
1141 | <TitleRegion setAllPoints="true"/> |
||
1142 | <Frames> |
||
1143 | <Button name="ItemCompCloseButt11"> |
||
1144 | <Size> |
||
1145 | <AbsDimension x="32" y="32"/> |
||
1146 | </Size> |
||
1147 | <Anchors> |
||
1148 | <Anchor point="TOPRIGHT"> |
||
1149 | <Offset> |
||
1150 | <AbsDimension x="1" y="0"/> |
||
1151 | </Offset> |
||
1152 | </Anchor> |
||
1153 | </Anchors> |
||
1154 | <Scripts> |
||
1155 | <OnClick> |
||
1156 | IRR_ItemRefTooltip_OnClick(11,1); |
||
1157 | </OnClick> |
||
1158 | </Scripts> |
||
1159 | <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/> |
||
1160 | <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/> |
||
1161 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
1162 | </Button> |
||
1163 | <Button name="ItemCompRelinkButt11"> |
||
1164 | <Size> |
||
1165 | <AbsDimension x="32" y="32"/> |
||
1166 | </Size> |
||
1167 | <Anchors> |
||
1168 | <Anchor point="TOPRIGHT"> |
||
1169 | <Offset> |
||
1170 | <AbsDimension x="1" y="-20"/> |
||
1171 | </Offset> |
||
1172 | </Anchor> |
||
1173 | </Anchors> |
||
1174 | <Scripts> |
||
1175 | <OnClick> |
||
1176 | IRR_DoRelinkCompItem(1,2); |
||
1177 | </OnClick> |
||
1178 | <OnEnter> |
||
1179 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
1180 | GameTooltip:SetText(IRR_TEXT_LINK); |
||
1181 | GameTooltip:Show(); |
||
1182 | </OnEnter> |
||
1183 | <OnLeave> |
||
1184 | GameTooltip:Hide(); |
||
1185 | </OnLeave> |
||
1186 | </Scripts> |
||
1187 | <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/> |
||
1188 | <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/> |
||
1189 | <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/> |
||
1190 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
1191 | </Button> |
||
1192 | </Frames> |
||
1193 | <Scripts> |
||
1194 | <OnLoad> |
||
1195 | GameTooltip_OnLoad(); |
||
1196 | this:SetPadding(16); |
||
1197 | </OnLoad> |
||
1198 | </Scripts> |
||
1199 | </GameTooltip> |
||
1200 | <GameTooltip name="IRR_ItemCompTooltip2" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true"> |
||
1201 | <Size> |
||
1202 | <AbsDimension x="128" y="64"/> |
||
1203 | </Size> |
||
1204 | <Anchors> |
||
1205 | <Anchor point="BOTTOM"> |
||
1206 | <Offset> |
||
1207 | <AbsDimension x="0" y="80"/> |
||
1208 | </Offset> |
||
1209 | </Anchor> |
||
1210 | </Anchors> |
||
1211 | <TitleRegion setAllPoints="true"/> |
||
1212 | <Frames> |
||
1213 | <Button name="ItemCompCloseButton2"> |
||
1214 | <Size> |
||
1215 | <AbsDimension x="32" y="32"/> |
||
1216 | </Size> |
||
1217 | <Anchors> |
||
1218 | <Anchor point="TOPRIGHT"> |
||
1219 | <Offset> |
||
1220 | <AbsDimension x="1" y="0"/> |
||
1221 | </Offset> |
||
1222 | </Anchor> |
||
1223 | </Anchors> |
||
1224 | <Scripts> |
||
1225 | <OnClick> |
||
1226 | IRR_ItemRefTooltip_OnClick(2,1); |
||
1227 | </OnClick> |
||
1228 | </Scripts> |
||
1229 | <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/> |
||
1230 | <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/> |
||
1231 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
1232 | </Button> |
||
1233 | <Button name="ItemCompRelinkButton2"> |
||
1234 | <Size> |
||
1235 | <AbsDimension x="32" y="32"/> |
||
1236 | </Size> |
||
1237 | <Anchors> |
||
1238 | <Anchor point="TOPRIGHT"> |
||
1239 | <Offset> |
||
1240 | <AbsDimension x="1" y="-20"/> |
||
1241 | </Offset> |
||
1242 | </Anchor> |
||
1243 | </Anchors> |
||
1244 | <Scripts> |
||
1245 | <OnClick> |
||
1246 | IRR_DoRelinkCompItem(2,1); |
||
1247 | </OnClick> |
||
1248 | <OnEnter> |
||
1249 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
1250 | GameTooltip:SetText(IRR_TEXT_LINK); |
||
1251 | GameTooltip:Show(); |
||
1252 | </OnEnter> |
||
1253 | <OnLeave> |
||
1254 | GameTooltip:Hide(); |
||
1255 | </OnLeave> |
||
1256 | </Scripts> |
||
1257 | <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/> |
||
1258 | <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/> |
||
1259 | <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/> |
||
1260 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
1261 | </Button> |
||
1262 | </Frames> |
||
1263 | <Scripts> |
||
1264 | <OnLoad> |
||
1265 | GameTooltip_OnLoad(); |
||
1266 | this:SetPadding(16); |
||
1267 | </OnLoad> |
||
1268 | </Scripts> |
||
1269 | </GameTooltip> |
||
1270 | <GameTooltip name="IRR_ItemCompTool12" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true"> |
||
1271 | <Size> |
||
1272 | <AbsDimension x="128" y="64"/> |
||
1273 | </Size> |
||
1274 | <Anchors> |
||
1275 | <Anchor point="BOTTOM"> |
||
1276 | <Offset> |
||
1277 | <AbsDimension x="0" y="80"/> |
||
1278 | </Offset> |
||
1279 | </Anchor> |
||
1280 | </Anchors> |
||
1281 | <TitleRegion setAllPoints="true"/> |
||
1282 | <Frames> |
||
1283 | <Button name="ItemCompCloseButt12"> |
||
1284 | <Size> |
||
1285 | <AbsDimension x="32" y="32"/> |
||
1286 | </Size> |
||
1287 | <Anchors> |
||
1288 | <Anchor point="TOPRIGHT"> |
||
1289 | <Offset> |
||
1290 | <AbsDimension x="1" y="0"/> |
||
1291 | </Offset> |
||
1292 | </Anchor> |
||
1293 | </Anchors> |
||
1294 | <Scripts> |
||
1295 | <OnClick> |
||
1296 | IRR_ItemRefTooltip_OnClick(12,1); |
||
1297 | </OnClick> |
||
1298 | </Scripts> |
||
1299 | <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/> |
||
1300 | <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/> |
||
1301 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
1302 | </Button> |
||
1303 | <Button name="ItemCompRelinkButt12"> |
||
1304 | <Size> |
||
1305 | <AbsDimension x="32" y="32"/> |
||
1306 | </Size> |
||
1307 | <Anchors> |
||
1308 | <Anchor point="TOPRIGHT"> |
||
1309 | <Offset> |
||
1310 | <AbsDimension x="1" y="-20"/> |
||
1311 | </Offset> |
||
1312 | </Anchor> |
||
1313 | </Anchors> |
||
1314 | <Scripts> |
||
1315 | <OnClick> |
||
1316 | IRR_DoRelinkCompItem(2,2); |
||
1317 | </OnClick> |
||
1318 | <OnEnter> |
||
1319 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
1320 | GameTooltip:SetText(IRR_TEXT_LINK); |
||
1321 | GameTooltip:Show(); |
||
1322 | </OnEnter> |
||
1323 | <OnLeave> |
||
1324 | GameTooltip:Hide(); |
||
1325 | </OnLeave> |
||
1326 | </Scripts> |
||
1327 | <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/> |
||
1328 | <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/> |
||
1329 | <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/> |
||
1330 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
1331 | </Button> |
||
1332 | </Frames> |
||
1333 | <Scripts> |
||
1334 | <OnLoad> |
||
1335 | GameTooltip_OnLoad(); |
||
1336 | this:SetPadding(16); |
||
1337 | </OnLoad> |
||
1338 | </Scripts> |
||
1339 | </GameTooltip> |
||
1340 | <GameTooltip name="IRR_ItemCompTooltip3" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true"> |
||
1341 | <Size> |
||
1342 | <AbsDimension x="128" y="64"/> |
||
1343 | </Size> |
||
1344 | <Anchors> |
||
1345 | <Anchor point="BOTTOM"> |
||
1346 | <Offset> |
||
1347 | <AbsDimension x="0" y="80"/> |
||
1348 | </Offset> |
||
1349 | </Anchor> |
||
1350 | </Anchors> |
||
1351 | <TitleRegion setAllPoints="true"/> |
||
1352 | <Frames> |
||
1353 | <Button name="ItemCompCloseButton3"> |
||
1354 | <Size> |
||
1355 | <AbsDimension x="32" y="32"/> |
||
1356 | </Size> |
||
1357 | <Anchors> |
||
1358 | <Anchor point="TOPRIGHT"> |
||
1359 | <Offset> |
||
1360 | <AbsDimension x="1" y="0"/> |
||
1361 | </Offset> |
||
1362 | </Anchor> |
||
1363 | </Anchors> |
||
1364 | <Scripts> |
||
1365 | <OnClick> |
||
1366 | IRR_ItemRefTooltip_OnClick(3,1); |
||
1367 | </OnClick> |
||
1368 | </Scripts> |
||
1369 | <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/> |
||
1370 | <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/> |
||
1371 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
1372 | </Button> |
||
1373 | <Button name="ItemCompRelinkButton3"> |
||
1374 | <Size> |
||
1375 | <AbsDimension x="32" y="32"/> |
||
1376 | </Size> |
||
1377 | <Anchors> |
||
1378 | <Anchor point="TOPRIGHT"> |
||
1379 | <Offset> |
||
1380 | <AbsDimension x="1" y="-20"/> |
||
1381 | </Offset> |
||
1382 | </Anchor> |
||
1383 | </Anchors> |
||
1384 | <Scripts> |
||
1385 | <OnClick> |
||
1386 | IRR_DoRelinkCompItem(3,1); |
||
1387 | </OnClick> |
||
1388 | <OnEnter> |
||
1389 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
1390 | GameTooltip:SetText(IRR_TEXT_LINK); |
||
1391 | GameTooltip:Show(); |
||
1392 | </OnEnter> |
||
1393 | <OnLeave> |
||
1394 | GameTooltip:Hide(); |
||
1395 | </OnLeave> |
||
1396 | </Scripts> |
||
1397 | <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/> |
||
1398 | <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/> |
||
1399 | <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/> |
||
1400 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
1401 | </Button> |
||
1402 | </Frames> |
||
1403 | <Scripts> |
||
1404 | <OnLoad> |
||
1405 | GameTooltip_OnLoad(); |
||
1406 | this:SetPadding(16); |
||
1407 | </OnLoad> |
||
1408 | </Scripts> |
||
1409 | </GameTooltip> |
||
1410 | <GameTooltip name="IRR_ItemCompTool13" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true"> |
||
1411 | <Size> |
||
1412 | <AbsDimension x="128" y="64"/> |
||
1413 | </Size> |
||
1414 | <Anchors> |
||
1415 | <Anchor point="BOTTOM"> |
||
1416 | <Offset> |
||
1417 | <AbsDimension x="0" y="80"/> |
||
1418 | </Offset> |
||
1419 | </Anchor> |
||
1420 | </Anchors> |
||
1421 | <TitleRegion setAllPoints="true"/> |
||
1422 | <Frames> |
||
1423 | <Button name="ItemCompCloseButt13"> |
||
1424 | <Size> |
||
1425 | <AbsDimension x="32" y="32"/> |
||
1426 | </Size> |
||
1427 | <Anchors> |
||
1428 | <Anchor point="TOPRIGHT"> |
||
1429 | <Offset> |
||
1430 | <AbsDimension x="1" y="0"/> |
||
1431 | </Offset> |
||
1432 | </Anchor> |
||
1433 | </Anchors> |
||
1434 | <Scripts> |
||
1435 | <OnClick> |
||
1436 | IRR_ItemRefTooltip_OnClick(13,1); |
||
1437 | </OnClick> |
||
1438 | </Scripts> |
||
1439 | <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/> |
||
1440 | <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/> |
||
1441 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
1442 | </Button> |
||
1443 | <Button name="ItemCompRelinkButt13"> |
||
1444 | <Size> |
||
1445 | <AbsDimension x="32" y="32"/> |
||
1446 | </Size> |
||
1447 | <Anchors> |
||
1448 | <Anchor point="TOPRIGHT"> |
||
1449 | <Offset> |
||
1450 | <AbsDimension x="1" y="-20"/> |
||
1451 | </Offset> |
||
1452 | </Anchor> |
||
1453 | </Anchors> |
||
1454 | <Scripts> |
||
1455 | <OnClick> |
||
1456 | IRR_DoRelinkCompItem(3,2); |
||
1457 | </OnClick> |
||
1458 | <OnEnter> |
||
1459 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
1460 | GameTooltip:SetText(IRR_TEXT_LINK); |
||
1461 | GameTooltip:Show(); |
||
1462 | </OnEnter> |
||
1463 | <OnLeave> |
||
1464 | GameTooltip:Hide(); |
||
1465 | </OnLeave> |
||
1466 | </Scripts> |
||
1467 | <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/> |
||
1468 | <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/> |
||
1469 | <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/> |
||
1470 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
1471 | </Button> |
||
1472 | </Frames> |
||
1473 | <Scripts> |
||
1474 | <OnLoad> |
||
1475 | GameTooltip_OnLoad(); |
||
1476 | this:SetPadding(16); |
||
1477 | </OnLoad> |
||
1478 | </Scripts> |
||
1479 | </GameTooltip> |
||
1480 | <GameTooltip name="IRR_ItemCompTooltip4" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true"> |
||
1481 | <Size> |
||
1482 | <AbsDimension x="128" y="64"/> |
||
1483 | </Size> |
||
1484 | <Anchors> |
||
1485 | <Anchor point="BOTTOM"> |
||
1486 | <Offset> |
||
1487 | <AbsDimension x="0" y="80"/> |
||
1488 | </Offset> |
||
1489 | </Anchor> |
||
1490 | </Anchors> |
||
1491 | <TitleRegion setAllPoints="true"/> |
||
1492 | <Frames> |
||
1493 | <Button name="ItemCompCloseButton4"> |
||
1494 | <Size> |
||
1495 | <AbsDimension x="32" y="32"/> |
||
1496 | </Size> |
||
1497 | <Anchors> |
||
1498 | <Anchor point="TOPRIGHT"> |
||
1499 | <Offset> |
||
1500 | <AbsDimension x="1" y="0"/> |
||
1501 | </Offset> |
||
1502 | </Anchor> |
||
1503 | </Anchors> |
||
1504 | <Scripts> |
||
1505 | <OnClick> |
||
1506 | IRR_ItemRefTooltip_OnClick(4,1); |
||
1507 | </OnClick> |
||
1508 | </Scripts> |
||
1509 | <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/> |
||
1510 | <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/> |
||
1511 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
1512 | </Button> |
||
1513 | <Button name="ItemCompRelinkButton4"> |
||
1514 | <Size> |
||
1515 | <AbsDimension x="32" y="32"/> |
||
1516 | </Size> |
||
1517 | <Anchors> |
||
1518 | <Anchor point="TOPRIGHT"> |
||
1519 | <Offset> |
||
1520 | <AbsDimension x="1" y="-20"/> |
||
1521 | </Offset> |
||
1522 | </Anchor> |
||
1523 | </Anchors> |
||
1524 | <Scripts> |
||
1525 | <OnClick> |
||
1526 | IRR_DoRelinkCompItem(4,1); |
||
1527 | </OnClick> |
||
1528 | <OnEnter> |
||
1529 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
1530 | GameTooltip:SetText(IRR_TEXT_LINK); |
||
1531 | GameTooltip:Show(); |
||
1532 | </OnEnter> |
||
1533 | <OnLeave> |
||
1534 | GameTooltip:Hide(); |
||
1535 | </OnLeave> |
||
1536 | </Scripts> |
||
1537 | <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/> |
||
1538 | <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/> |
||
1539 | <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/> |
||
1540 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
1541 | </Button> |
||
1542 | </Frames> |
||
1543 | <Scripts> |
||
1544 | <OnLoad> |
||
1545 | GameTooltip_OnLoad(); |
||
1546 | this:SetPadding(16); |
||
1547 | </OnLoad> |
||
1548 | </Scripts> |
||
1549 | </GameTooltip> |
||
1550 | <GameTooltip name="IRR_ItemCompTool14" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true"> |
||
1551 | <Size> |
||
1552 | <AbsDimension x="128" y="64"/> |
||
1553 | </Size> |
||
1554 | <Anchors> |
||
1555 | <Anchor point="BOTTOM"> |
||
1556 | <Offset> |
||
1557 | <AbsDimension x="0" y="80"/> |
||
1558 | </Offset> |
||
1559 | </Anchor> |
||
1560 | </Anchors> |
||
1561 | <TitleRegion setAllPoints="true"/> |
||
1562 | <Frames> |
||
1563 | <Button name="ItemCompCloseButt14"> |
||
1564 | <Size> |
||
1565 | <AbsDimension x="32" y="32"/> |
||
1566 | </Size> |
||
1567 | <Anchors> |
||
1568 | <Anchor point="TOPRIGHT"> |
||
1569 | <Offset> |
||
1570 | <AbsDimension x="1" y="0"/> |
||
1571 | </Offset> |
||
1572 | </Anchor> |
||
1573 | </Anchors> |
||
1574 | <Scripts> |
||
1575 | <OnClick> |
||
1576 | IRR_ItemRefTooltip_OnClick(14,1); |
||
1577 | </OnClick> |
||
1578 | </Scripts> |
||
1579 | <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/> |
||
1580 | <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/> |
||
1581 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
1582 | </Button> |
||
1583 | <Button name="ItemCompRelinkButt14"> |
||
1584 | <Size> |
||
1585 | <AbsDimension x="32" y="32"/> |
||
1586 | </Size> |
||
1587 | <Anchors> |
||
1588 | <Anchor point="TOPRIGHT"> |
||
1589 | <Offset> |
||
1590 | <AbsDimension x="1" y="-20"/> |
||
1591 | </Offset> |
||
1592 | </Anchor> |
||
1593 | </Anchors> |
||
1594 | <Scripts> |
||
1595 | <OnClick> |
||
1596 | IRR_DoRelinkCompItem(4,2); |
||
1597 | </OnClick> |
||
1598 | <OnEnter> |
||
1599 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
1600 | GameTooltip:SetText(IRR_TEXT_LINK); |
||
1601 | GameTooltip:Show(); |
||
1602 | </OnEnter> |
||
1603 | <OnLeave> |
||
1604 | GameTooltip:Hide(); |
||
1605 | </OnLeave> |
||
1606 | </Scripts> |
||
1607 | <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/> |
||
1608 | <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/> |
||
1609 | <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/> |
||
1610 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
1611 | </Button> |
||
1612 | </Frames> |
||
1613 | <Scripts> |
||
1614 | <OnLoad> |
||
1615 | GameTooltip_OnLoad(); |
||
1616 | this:SetPadding(16); |
||
1617 | </OnLoad> |
||
1618 | </Scripts> |
||
1619 | </GameTooltip> |
||
1620 | <GameTooltip name="IRR_ItemCompTooltip5" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true"> |
||
1621 | <Size> |
||
1622 | <AbsDimension x="128" y="64"/> |
||
1623 | </Size> |
||
1624 | <Anchors> |
||
1625 | <Anchor point="BOTTOM"> |
||
1626 | <Offset> |
||
1627 | <AbsDimension x="0" y="80"/> |
||
1628 | </Offset> |
||
1629 | </Anchor> |
||
1630 | </Anchors> |
||
1631 | <TitleRegion setAllPoints="true"/> |
||
1632 | <Frames> |
||
1633 | <Button name="ItemCompCloseButton5"> |
||
1634 | <Size> |
||
1635 | <AbsDimension x="32" y="32"/> |
||
1636 | </Size> |
||
1637 | <Anchors> |
||
1638 | <Anchor point="TOPRIGHT"> |
||
1639 | <Offset> |
||
1640 | <AbsDimension x="1" y="0"/> |
||
1641 | </Offset> |
||
1642 | </Anchor> |
||
1643 | </Anchors> |
||
1644 | <Scripts> |
||
1645 | <OnClick> |
||
1646 | IRR_ItemRefTooltip_OnClick(5,1); |
||
1647 | </OnClick> |
||
1648 | </Scripts> |
||
1649 | <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/> |
||
1650 | <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/> |
||
1651 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
1652 | </Button> |
||
1653 | <Button name="ItemCompRelinkButton5"> |
||
1654 | <Size> |
||
1655 | <AbsDimension x="32" y="32"/> |
||
1656 | </Size> |
||
1657 | <Anchors> |
||
1658 | <Anchor point="TOPRIGHT"> |
||
1659 | <Offset> |
||
1660 | <AbsDimension x="1" y="-20"/> |
||
1661 | </Offset> |
||
1662 | </Anchor> |
||
1663 | </Anchors> |
||
1664 | <Scripts> |
||
1665 | <OnClick> |
||
1666 | IRR_DoRelinkCompItem(5,1); |
||
1667 | </OnClick> |
||
1668 | <OnEnter> |
||
1669 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
1670 | GameTooltip:SetText(IRR_TEXT_LINK); |
||
1671 | GameTooltip:Show(); |
||
1672 | </OnEnter> |
||
1673 | <OnLeave> |
||
1674 | GameTooltip:Hide(); |
||
1675 | </OnLeave> |
||
1676 | </Scripts> |
||
1677 | <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/> |
||
1678 | <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/> |
||
1679 | <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/> |
||
1680 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
1681 | </Button> |
||
1682 | </Frames> |
||
1683 | <Scripts> |
||
1684 | <OnLoad> |
||
1685 | GameTooltip_OnLoad(); |
||
1686 | this:SetPadding(16); |
||
1687 | </OnLoad> |
||
1688 | </Scripts> |
||
1689 | </GameTooltip> |
||
1690 | <GameTooltip name="IRR_ItemCompTool15" inherits="GameTooltipTemplate" parent="UIParent" enableMouse="true" toplevel="true" movable="true" frameStrata="HIGH" hidden="true"> |
||
1691 | <Size> |
||
1692 | <AbsDimension x="128" y="64"/> |
||
1693 | </Size> |
||
1694 | <Anchors> |
||
1695 | <Anchor point="BOTTOM"> |
||
1696 | <Offset> |
||
1697 | <AbsDimension x="0" y="80"/> |
||
1698 | </Offset> |
||
1699 | </Anchor> |
||
1700 | </Anchors> |
||
1701 | <TitleRegion setAllPoints="true"/> |
||
1702 | <Frames> |
||
1703 | <Button name="ItemCompCloseButt15"> |
||
1704 | <Size> |
||
1705 | <AbsDimension x="32" y="32"/> |
||
1706 | </Size> |
||
1707 | <Anchors> |
||
1708 | <Anchor point="TOPRIGHT"> |
||
1709 | <Offset> |
||
1710 | <AbsDimension x="1" y="0"/> |
||
1711 | </Offset> |
||
1712 | </Anchor> |
||
1713 | </Anchors> |
||
1714 | <Scripts> |
||
1715 | <OnClick> |
||
1716 | IRR_ItemRefTooltip_OnClick(15,1); |
||
1717 | </OnClick> |
||
1718 | </Scripts> |
||
1719 | <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/> |
||
1720 | <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/> |
||
1721 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
1722 | </Button> |
||
1723 | <Button name="ItemCompRelinkButt15"> |
||
1724 | <Size> |
||
1725 | <AbsDimension x="32" y="32"/> |
||
1726 | </Size> |
||
1727 | <Anchors> |
||
1728 | <Anchor point="TOPRIGHT"> |
||
1729 | <Offset> |
||
1730 | <AbsDimension x="1" y="-20"/> |
||
1731 | </Offset> |
||
1732 | </Anchor> |
||
1733 | </Anchors> |
||
1734 | <Scripts> |
||
1735 | <OnClick> |
||
1736 | IRR_DoRelinkCompItem(5,2); |
||
1737 | </OnClick> |
||
1738 | <OnEnter> |
||
1739 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
1740 | GameTooltip:SetText(IRR_TEXT_LINK); |
||
1741 | GameTooltip:Show(); |
||
1742 | </OnEnter> |
||
1743 | <OnLeave> |
||
1744 | GameTooltip:Hide(); |
||
1745 | </OnLeave> |
||
1746 | </Scripts> |
||
1747 | <NormalTexture file="Interface\AddOns\LinkWrangler\RelinkUp"/> |
||
1748 | <PushedTexture file="Interface\AddOns\LinkWrangler\RelinkDown"/> |
||
1749 | <DisabledTexture file="Interface\AddOns\LinkWrangler\RelinkDisabled"/> |
||
1750 | <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
||
1751 | </Button> |
||
1752 | </Frames> |
||
1753 | <Scripts> |
||
1754 | <OnLoad> |
||
1755 | GameTooltip_OnLoad(); |
||
1756 | this:SetPadding(16); |
||
1757 | </OnLoad> |
||
1758 | </Scripts> |
||
1759 | </GameTooltip> |
||
1760 | </Ui> |