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">

        <Frame name="AceTimerAnchor" frameStrata="HIGH" hidden="true" toplevel="true" enableMouse="true" movable="true" parent="UIParent">
                <Size>
                        <AbsDimension x="175" y="55"/>
                </Size>
                <Anchors>
                        <Anchor point="TOP" relativeTo="UIErrorsFrame" relativePoint="BOTTOM">
                                <Offset>
                                        <AbsDimension x="0" y="0"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <TitleRegion setAllPoints="true"/>
                <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
                        <EdgeSize>
                                <AbsValue val="16"/>
                        </EdgeSize>
                        <TileSize>
                                <AbsValue val="16"/>
                        </TileSize>
                        <BackgroundInsets>
                                <AbsInset left="5" right="5" top="5" bottom="5"/>
                        </BackgroundInsets>
                </Backdrop>
                <Layers>
                        <Layer level="BACKGROUND">
                                <FontString name="$parentText" inherits="GameFontNormal" text="AceTimer">
                                        <Anchors>
                                                <Anchor point="TOP">
                                                        <Offset>
                                                                <AbsDimension x="0" y="-8"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                </FontString>
                        </Layer>
                </Layers>
                <Frames>
                        <Button name="$parentTest" inherits="OptionsButtonTemplate" text="Test">
                                <Size>
                                        <AbsDimension x="40" y="25"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="BOTTOMLEFT">
                                                <Offset>
                                                        <AbsDimension x="5" y="5"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </Button>
                        <Button name="$parentHide" inherits="OptionsButtonTemplate" text="Hide">
                                <Size>
                                        <AbsDimension x="40" y="25"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-5" y="5"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </Button>
                        <Slider name="$parentScale" inherits="OptionsSliderTemplate" minValue="0.50" maxValue="1.50" defaultValue="0.80" valueStep="0.01">
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo= "$parentTest" relativePoint="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="5" y="-5" />
                                                </Offset>
                                        </Anchor>
                                        <Anchor point="BOTTOMRIGHT" relativeTo= "$parentHide" relativePoint="BOTTOMLEFT">
                                                <Offset>
                                                        <AbsDimension x="-5" y="5" />
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                        </Slider>
                </Frames>
        </Frame>
        <GameTooltip name="AceTimerTooltip" inherits="GameTooltipTemplate" hidden="true">
                <Scripts>
                        <OnLoad>
                                this:SetOwner(UIParent, "ANCHOR_NONE")
                        </OnLoad>
                </Scripts>
        </GameTooltip>
</Ui>