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="DefendYourself.lua"/> |
||
5 | <Frame name="DefendYourselfFrame" frameStrata="HIGH" enableMouse="true" movable="true" parent="UIParent"> |
||
6 | <Size> |
||
7 | <AbsDimension x="175" y="180"/> |
||
8 | </Size> |
||
9 | <Anchors> |
||
10 | <Anchor point="CENTER" relativeTo="UIParent" relativePoint="CENTER"> |
||
11 | <Offset> |
||
12 | <AbsDimension x="0" y="0"/> |
||
13 | </Offset> |
||
14 | </Anchor> |
||
15 | </Anchors> |
||
16 | <Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Glues\Common\Glue-Tooltip-Border" tile="true"> |
||
17 | <BackgroundInsets> |
||
18 | <AbsInset left="10" right="5" top="4" bottom="9"/> |
||
19 | </BackgroundInsets> |
||
20 | <TileSize> |
||
21 | <AbsValue val="16"/> |
||
22 | </TileSize> |
||
23 | <EdgeSize> |
||
24 | <AbsValue val="16"/> |
||
25 | </EdgeSize> |
||
26 | </Backdrop> |
||
27 | <Layers> |
||
28 | <Layer level="ARTWORK"> |
||
29 | <FontString name="DYStuff" inherits="GameFontNormalSmall" text="-" justifyH="LEFT"> |
||
30 | <Anchors> |
||
31 | <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"> |
||
32 | <Offset><AbsDimension x="10" y="-8"/></Offset> |
||
33 | </Anchor> |
||
34 | </Anchors> |
||
35 | <Color r="1.0" g="1.0" b="1.0"/> |
||
36 | </FontString> |
||
37 | </Layer> |
||
38 | </Layers> |
||
39 | <TitleRegion setAllPoints="true"/> |
||
40 | <Scripts> |
||
41 | <OnLoad> |
||
42 | DefendYourself_OnLoad(); |
||
43 | </OnLoad> |
||
44 | <OnEvent> |
||
45 | DefendYourself_OnEvent(event,arg1,arg2,arg3); |
||
46 | </OnEvent> |
||
47 | <OnUpdate> |
||
48 | DefendYourself_OnUpdate(arg1); |
||
49 | </OnUpdate> |
||
50 | </Scripts> |
||
51 | </Frame> |
||
52 | <GameTooltip name="DefendYourselfTip" frameStrata="TOOLTIP" hidden="true" parent="UIParent" inherits="GameTooltipTemplate"/> |
||
53 | |||
54 | </Ui> |