view Devent.xml @ 111:5c591d9b4029 tip

Added tag v8.0.1-20181807-1 for changeset 930922e1ec5b
author Nenue
date Wed, 18 Jul 2018 15:02:50 -0400
parents 8dc0c1917890
children
line wrap: on
line source
<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="Devent.lua" />

    <Frame name="DevianEventTraceTemplate" virtual="true" mixin="DevianEventTraceMixin">

        <Scripts>

            <OnLoad method="OnLoad" />
            <OnShow method="OnShow" />
            <OnHide method="OnHide" />
            <OnEvent method="OnEvent" />
            <OnMouseWheel method="OnMouseWheel" />
            <OnDragStart method="OnDragStart" />
            <OnDragStop method="OnDragStop" />
            <OnMouseDown method="OnMouseDown" />
            <OnMouseUp method="OnMouseUp" />
            <OnEnter method="OnEnter" />
            <OnLeave method="OnLeave" />
            <OnHyperlinkEnter method="OnEnter" />
            <OnHyperlinkLeave method="OnLeave" />
        </Scripts>

        <Size x="400" y="800" />
        <Layers>
            <Layer level="BACKGROUND">
                <Texture parentKey="Background" setAllPoints="true">
                    <Color a="1" r="0" b="0" g="0" />
                </Texture>
            </Layer>
            <Layer level="ARTWORK">
                <Texture parentKey="TopStripe">
                    <Anchors>
                        <Anchor point="TOPLEFT" />
                        <Anchor point="BOTTOMRIGHT" relativePoint="TOPRIGHT" x="0" y="-3" />
                    </Anchors>
                    <Color r="1" g="1" b="1" a="1" />
                </Texture>
            </Layer>
            <Layer level="OVERLAY">
                <FontString parentKey="Title" inherits="GameFontNormal" text="DEVENT_FRAME">
                    <Anchors>
                        <Anchor point="TOP" />
                    </Anchors>
                </FontString>
            </Layer>
        </Layers>

        <Frames>
            <Frame parentKey="Details">
                <Anchors>
                    <Anchor point="LEFT" relativePoint="RIGHT" />
                </Anchors>
                <Layers>
                    <Layer level="OVERLAY">
                        <FontString parentKey="Contents" inherits="GameFontNormal" setAllPoints="true" />
                    </Layer>
                </Layers>
            </Frame>
        </Frames>
    </Frame>
</Ui>