annotate Veneer.xml @ 136:414e37af1b1b v8.0.1-20180718

8.0.1 "pre-patch" updates - disabled PaperDoll, ArtifactPower, and Social/LFG modules
author Nenue
date Wed, 18 Jul 2018 15:31:15 -0400
parents 3f4794dca91b
children
rev   line source
Nenue@47 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@47 2 ..\FrameXML\UI.xsd">
Nenue@84 3
Nenue@84 4 <Script file="Veneer.lua" />
Nenue@90 5 <Include file="Templates.xml" />
Nenue@84 6
Nenue@0 7
Nenue@75 8
Nenue@0 9
Nenue@88 10
Nenue@0 11
Nenue@84 12
Nenue@136 13 <Frame name="Veneer" mixin="VeneerCore" hidden="true" enableMouse="true" movable="true" frameStrata="DIALOG">
Nenue@136 14
Nenue@136 15 <Scripts>
Nenue@136 16 <OnLoad method="OnLoad" />
Nenue@136 17 <OnEvent method="OnEvent" />
Nenue@136 18
Nenue@136 19 </Scripts>
Nenue@136 20
Nenue@0 21 <Size x="400" y="400" />
Nenue@0 22 <Anchors>
Nenue@0 23 <Anchor point="CENTER" relativePoint="CENTER" x="0" y="0" />
Nenue@0 24 </Anchors>
Nenue@0 25 <Scripts>
Nenue@84 26 <OnDragStart method="OnDragStart" />
Nenue@84 27 <OnDragStop method="OnDragStop" />
Nenue@0 28 </Scripts>
Nenue@0 29 <Layers>
Nenue@0 30 <Layer level="BACKGROUND">
Nenue@0 31 <Texture setAllPoints="true">
Nenue@0 32 <Color r="0" g="0" b="0" a="0.7" />
Nenue@0 33 </Texture>
Nenue@0 34 </Layer>
Nenue@0 35 <Layer level="ARTWORK">
Nenue@136 36 <FontString name="$parentHeader" parentKey="header" inherits="GameFontNormal" text="Veneer">
Nenue@0 37 <Anchors>
Nenue@0 38 <Anchor point="TOPLEFT" x="3" y="-4" />
Nenue@0 39 </Anchors>
Nenue@0 40 </FontString>
Nenue@0 41 </Layer>
Nenue@0 42 </Layers>
Nenue@0 43 <Frames>
Nenue@0 44 <Button name="$parentCloseButton" parentKey="close" text="X">
Nenue@0 45 <ButtonText inherits="SystemFont_Small" />
Nenue@0 46 <Scripts>
Nenue@0 47 <OnClick>
Nenue@0 48 self:GetParent():Close()
Nenue@0 49 </OnClick>
Nenue@0 50 </Scripts>
Nenue@0 51 <Size x="24" y="24" />
Nenue@0 52 <Anchors>
Nenue@0 53 <Anchor point="TOPRIGHT" x="-5" y="-5" />
Nenue@0 54 </Anchors>
Nenue@0 55 <NormalTexture parentKey="normal" setAllPoints="true">
Nenue@0 56 <Color a="1" r="0" g="0" b="0" />
Nenue@0 57 </NormalTexture>
Nenue@0 58 <PushedTexture setAllPoints="true">
Nenue@0 59 <Color a="1" r="1" g="0" b="0" />
Nenue@0 60 </PushedTexture>
Nenue@0 61 <HighlightTexture setAllPoints="true" alphaMode="ADD">
Nenue@0 62 <Color a=".5" r="1" g=".7" b="0.5" />
Nenue@0 63 </HighlightTexture>
Nenue@0 64 </Button>
Nenue@0 65 <Button name="$parentGuidesButton" parentKey="guides" text="Guides">
Nenue@0 66 <ButtonText inherits="SystemFont_Small" />
Nenue@0 67 <Scripts>
Nenue@0 68 <OnClick>
Nenue@0 69 self:GetParent():ToggleGuides(self)
Nenue@0 70 </OnClick>
Nenue@0 71 </Scripts>
Nenue@0 72 <Size x="36" y="24" />
Nenue@0 73 <Anchors>
Nenue@0 74 <Anchor point="RIGHT" relativePoint="LEFT" relativeTo="$parentCloseButton" x="-5" y="0" />
Nenue@0 75 </Anchors>
Nenue@0 76 <NormalTexture parentKey="normal" setAllPoints="true">
Nenue@0 77 <Color a="1" r="0" g="0" b="0" />
Nenue@0 78 </NormalTexture>
Nenue@0 79 <PushedTexture setAllPoints="true">
Nenue@0 80 <Color a="1" r="1" g="0" b="0" />
Nenue@0 81 </PushedTexture>
Nenue@0 82 <HighlightTexture setAllPoints="true" alphaMode="ADD">
Nenue@0 83 <Color a=".5" r="1" g=".7" b="0.5" />
Nenue@0 84 </HighlightTexture>
Nenue@0 85 </Button>
Nenue@0 86 </Frames>
Nenue@0 87 </Frame>
Nenue@0 88
Nenue@0 89
Nenue@125 90
Nenue@0 91 </Ui>