vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
<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/
..\FrameXML\UI.xsd">
        <Script file="localization.lua"/>
        <Script file="AnsweringMachine.lua"/>
        <Frame name="AnswerFrame" frameStrata="HIGH" toplevel="true" enableMouse="true" movable="true" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="256" y="32" />
                </Size>
                <Anchors>
                        <Anchor point="BOTTOMLEFT" relativeTo="PlayerFrame" relativePoint="TOPLEFT">
                                <Offset>
                                        <AbsDimension x="90" y="-25" />
                                </Offset>
                        </Anchor>
                </Anchors>
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture file="Interface\Tooltips\UI-StatusBar-Border"></Texture>
                        </Layer>
                </Layers>
                <Frames>
                        <Button name="AnsweringMachine_Button">
                                <Size>
                                        <AbsDimension x="256" y="12" />
                                </Size>
                                <Anchors>
                                        <Anchor point="TOP">
                                                <Offset>
                                                        <AbsDimension x="0" y="-10" />
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Layers>
                                        <Layer level="BACKGROUND">
                                                <FontString name="AnsweringMachine_Text" inherits="GameFontNormal" wraponspaces="true">
                                                        <Size>
                                                                <AbsDimension x="256" y="10" />
                                                        </Size>
                                                        <Anchors>
                                                                <Anchor point="TOP" />
                                                        </Anchors>
                                                </FontString>
                                        </Layer>
                                </Layers>
                        </Button>
                </Frames>
                <Scripts>
                        <OnLoad>
                                AnsweringMachine_OnLoad();
                        </OnLoad>
                        <OnEvent>
                                AnsweringMachine_OnEvent(event);
                        </OnEvent>
                        <OnDragStart>
                                AnsweringMachine_OnDragStart();
                        </OnDragStart>
                        <OnDragStop>
                                AnsweringMachine_OnDragStop();
                        </OnDragStop>
                </Scripts>
        </Frame>
</Ui>