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/
C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
        <MessageFrame name="BigWigsTextFrame" insertMode="TOP" parent="UIParent" frameStrata="HIGH" toplevel="true"/>

        <Frame name="BigWigsMsgAnchorFrame" frameStrata="HIGH" hidden="true" toplevel="true" enableMouse="true" movable="true" resizable="true" parent="UIParent">
                <Size>
                        <AbsDimension x="175" y="55"/>
                </Size>

                <Anchors>
                        <Anchor point="BOTTOM" 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="BigWigs Messages">
                                        <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>
                                <Scripts>
                                        <OnClick>
                                                BigWigsMessages:TriggerEvent("BigWigs_Test")
                                        </OnClick>
                                </Scripts>
                        </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>
                                <Scripts>
                                        <OnClick>
                                          BigWigsMessages:BigWigs_HideAnchors()
                                        </OnClick>
                                </Scripts>
                        </Button>
                </Frames>
        </Frame>
</Ui>

Generated by GNU Enscript 1.6.5.90.