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 ..\FrameXML\UI.xsd">
3 <Script file="localization.lua"/>
4 <Script file="AnsweringMachine.lua"/>
5 <Frame name="AnswerFrame" frameStrata="HIGH" toplevel="true" enableMouse="true" movable="true" parent="UIParent" hidden="true">
6 <Size>
7 <AbsDimension x="256" y="32" />
8 </Size>
9 <Anchors>
10 <Anchor point="BOTTOMLEFT" relativeTo="PlayerFrame" relativePoint="TOPLEFT">
11 <Offset>
12 <AbsDimension x="90" y="-25" />
13 </Offset>
14 </Anchor>
15 </Anchors>
16 <Layers>
17 <Layer level="ARTWORK">
18 <Texture file="Interface\Tooltips\UI-StatusBar-Border"></Texture>
19 </Layer>
20 </Layers>
21 <Frames>
22 <Button name="AnsweringMachine_Button">
23 <Size>
24 <AbsDimension x="256" y="12" />
25 </Size>
26 <Anchors>
27 <Anchor point="TOP">
28 <Offset>
29 <AbsDimension x="0" y="-10" />
30 </Offset>
31 </Anchor>
32 </Anchors>
33 <Layers>
34 <Layer level="BACKGROUND">
35 <FontString name="AnsweringMachine_Text" inherits="GameFontNormal" wraponspaces="true">
36 <Size>
37 <AbsDimension x="256" y="10" />
38 </Size>
39 <Anchors>
40 <Anchor point="TOP" />
41 </Anchors>
42 </FontString>
43 </Layer>
44 </Layers>
45 </Button>
46 </Frames>
47 <Scripts>
48 <OnLoad>
49 AnsweringMachine_OnLoad();
50 </OnLoad>
51 <OnEvent>
52 AnsweringMachine_OnEvent(event);
53 </OnEvent>
54 <OnDragStart>
55 AnsweringMachine_OnDragStart();
56 </OnDragStart>
57 <OnDragStop>
58 AnsweringMachine_OnDragStop();
59 </OnDragStop>
60 </Scripts>
61 </Frame>
62 </Ui>