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/" |
2 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||
3 | xsi:schemaLocation="http://www.blizzard.com/wow/ui/ |
||
4 | C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd"> |
||
5 | |||
6 | <Frame name="LazyRogueDeathstimatorFrame" hidden="true" frameStrata="HIGH" toplevel="true" |
||
7 | enableMouse="true" movable="true" parent="UIParent"> |
||
8 | <Scripts> |
||
9 | <OnLoad> |
||
10 | this:RegisterForDrag("LeftButton") |
||
11 | </OnLoad> |
||
12 | <OnUpdate> |
||
13 | lazyr.deathstimator.minion.OnUpdate() |
||
14 | </OnUpdate> |
||
15 | <OnDragStart> |
||
16 | if (IsShiftKeyDown()) then |
||
17 | this:StartMoving() |
||
18 | end |
||
19 | </OnDragStart> |
||
20 | <OnDragStop> |
||
21 | this:StopMovingOrSizing() |
||
22 | </OnDragStop> |
||
23 | <OnMouseUp> |
||
24 | this:StopMovingOrSizing() |
||
25 | </OnMouseUp> |
||
26 | <OnEnter> |
||
27 | lazyr.deathstimator.minion.OnEnter(this) |
||
28 | </OnEnter> |
||
29 | <OnLeave> |
||
30 | lazyr.deathstimator.minion.OnLeave(this) |
||
31 | </OnLeave> |
||
32 | </Scripts> |
||
33 | |||
34 | <Size> |
||
35 | <AbsDimension x="256" y="32"/> |
||
36 | </Size> |
||
37 | <Anchors> |
||
38 | <Anchor point="TOP"> |
||
39 | <Offset> |
||
40 | <AbsDimension x="0" y="-100"/> |
||
41 | </Offset> |
||
42 | </Anchor> |
||
43 | </Anchors> |
||
44 | |||
45 | <Backdrop name="$parentBackdrop" bgFile="Interface\TutorialFrame\TutorialFrameBackground" |
||
46 | edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true"> |
||
47 | <EdgeSize> |
||
48 | <AbsValue val="16"/> |
||
49 | </EdgeSize> |
||
50 | <TileSize> |
||
51 | <AbsValue val="32"/> |
||
52 | </TileSize> |
||
53 | <BackgroundInsets> |
||
54 | <AbsInset left="5" right="5" top="5" bottom="5"/> |
||
55 | </BackgroundInsets> |
||
56 | </Backdrop> |
||
57 | |||
58 | <Layers> |
||
59 | <Layer level="BACKGROUND"> |
||
60 | <FontString name="LazyRogueDeathstimatorText" inherits="GameFontNormal"> |
||
61 | <Size> |
||
62 | <AbsDimension x="256" y="12"/> |
||
63 | </Size> |
||
64 | <Anchors> |
||
65 | <Anchor point="TOP"> |
||
66 | <Offset> |
||
67 | <AbsDimension x="0" y="-9"/> |
||
68 | </Offset> |
||
69 | </Anchor> |
||
70 | </Anchors> |
||
71 | </FontString> |
||
72 | </Layer> |
||
73 | </Layers> |
||
74 | </Frame> |
||
75 | |||
76 | </Ui> |