annotate Devent.xml @ 107:8dc0c1917890

- Test fix for frames getting stuck in hidden state when zoning on the move
author Nenue
date Tue, 17 Oct 2017 16:57:38 -0400
parents
children
rev   line source
Nenue@107 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/
Nenue@107 2 ..\FrameXML\UI.xsd">
Nenue@107 3 <Script file="Devent.lua" />
Nenue@107 4
Nenue@107 5 <Frame name="DevianEventTraceTemplate" virtual="true" mixin="DevianEventTraceMixin">
Nenue@107 6
Nenue@107 7 <Scripts>
Nenue@107 8
Nenue@107 9 <OnLoad method="OnLoad" />
Nenue@107 10 <OnShow method="OnShow" />
Nenue@107 11 <OnHide method="OnHide" />
Nenue@107 12 <OnEvent method="OnEvent" />
Nenue@107 13 <OnMouseWheel method="OnMouseWheel" />
Nenue@107 14 <OnDragStart method="OnDragStart" />
Nenue@107 15 <OnDragStop method="OnDragStop" />
Nenue@107 16 <OnMouseDown method="OnMouseDown" />
Nenue@107 17 <OnMouseUp method="OnMouseUp" />
Nenue@107 18 <OnEnter method="OnEnter" />
Nenue@107 19 <OnLeave method="OnLeave" />
Nenue@107 20 <OnHyperlinkEnter method="OnEnter" />
Nenue@107 21 <OnHyperlinkLeave method="OnLeave" />
Nenue@107 22 </Scripts>
Nenue@107 23
Nenue@107 24 <Size x="400" y="800" />
Nenue@107 25 <Layers>
Nenue@107 26 <Layer level="BACKGROUND">
Nenue@107 27 <Texture parentKey="Background" setAllPoints="true">
Nenue@107 28 <Color a="1" r="0" b="0" g="0" />
Nenue@107 29 </Texture>
Nenue@107 30 </Layer>
Nenue@107 31 <Layer level="ARTWORK">
Nenue@107 32 <Texture parentKey="TopStripe">
Nenue@107 33 <Anchors>
Nenue@107 34 <Anchor point="TOPLEFT" />
Nenue@107 35 <Anchor point="BOTTOMRIGHT" relativePoint="TOPRIGHT" x="0" y="-3" />
Nenue@107 36 </Anchors>
Nenue@107 37 <Color r="1" g="1" b="1" a="1" />
Nenue@107 38 </Texture>
Nenue@107 39 </Layer>
Nenue@107 40 <Layer level="OVERLAY">
Nenue@107 41 <FontString parentKey="Title" inherits="GameFontNormal" text="DEVENT_FRAME">
Nenue@107 42 <Anchors>
Nenue@107 43 <Anchor point="TOP" />
Nenue@107 44 </Anchors>
Nenue@107 45 </FontString>
Nenue@107 46 </Layer>
Nenue@107 47 </Layers>
Nenue@107 48
Nenue@107 49 <Frames>
Nenue@107 50 <Frame parentKey="Details">
Nenue@107 51 <Anchors>
Nenue@107 52 <Anchor point="LEFT" relativePoint="RIGHT" />
Nenue@107 53 </Anchors>
Nenue@107 54 <Layers>
Nenue@107 55 <Layer level="OVERLAY">
Nenue@107 56 <FontString parentKey="Contents" inherits="GameFontNormal" setAllPoints="true" />
Nenue@107 57 </Layer>
Nenue@107 58 </Layers>
Nenue@107 59 </Frame>
Nenue@107 60 </Frames>
Nenue@107 61 </Frame>
Nenue@107 62 </Ui>