annotate Veneer.xml @ 93:caded2668701

Curseforge migration and source tree cleaning
author Nenue
date Sun, 01 Jan 2017 18:25:26 -0500
parents 6e2cb847c3c6
children 3f4794dca91b
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@84 13 <Frame name="Veneer" inherits="VeneerMixinScripts" mixin="VeneerCore" hidden="true" enableMouse="true" movable="true" frameStrata="DIALOG">
Nenue@0 14 <Size x="400" y="400" />
Nenue@0 15 <Anchors>
Nenue@0 16 <Anchor point="CENTER" relativePoint="CENTER" x="0" y="0" />
Nenue@0 17 </Anchors>
Nenue@0 18 <Scripts>
Nenue@84 19 <OnDragStart method="OnDragStart" />
Nenue@84 20 <OnDragStop method="OnDragStop" />
Nenue@0 21 </Scripts>
Nenue@0 22 <Layers>
Nenue@0 23 <Layer level="BACKGROUND">
Nenue@0 24 <Texture setAllPoints="true">
Nenue@0 25 <Color r="0" g="0" b="0" a="0.7" />
Nenue@0 26 </Texture>
Nenue@0 27 </Layer>
Nenue@0 28 <Layer level="ARTWORK">
Nenue@0 29 <FontString name="$parentHeader" parentKey="header" inherits="VeneerFontHighlightLarge" text="Veneer">
Nenue@0 30 <Anchors>
Nenue@0 31 <Anchor point="TOPLEFT" x="3" y="-4" />
Nenue@0 32 </Anchors>
Nenue@0 33 </FontString>
Nenue@0 34 </Layer>
Nenue@0 35 </Layers>
Nenue@0 36 <Frames>
Nenue@0 37 <Button name="$parentCloseButton" parentKey="close" text="X">
Nenue@0 38 <ButtonText inherits="SystemFont_Small" />
Nenue@0 39 <Scripts>
Nenue@0 40 <OnClick>
Nenue@0 41 self:GetParent():Close()
Nenue@0 42 </OnClick>
Nenue@0 43 </Scripts>
Nenue@0 44 <Size x="24" y="24" />
Nenue@0 45 <Anchors>
Nenue@0 46 <Anchor point="TOPRIGHT" x="-5" y="-5" />
Nenue@0 47 </Anchors>
Nenue@0 48 <NormalTexture parentKey="normal" setAllPoints="true">
Nenue@0 49 <Color a="1" r="0" g="0" b="0" />
Nenue@0 50 </NormalTexture>
Nenue@0 51 <PushedTexture setAllPoints="true">
Nenue@0 52 <Color a="1" r="1" g="0" b="0" />
Nenue@0 53 </PushedTexture>
Nenue@0 54 <HighlightTexture setAllPoints="true" alphaMode="ADD">
Nenue@0 55 <Color a=".5" r="1" g=".7" b="0.5" />
Nenue@0 56 </HighlightTexture>
Nenue@0 57 </Button>
Nenue@0 58 <Button name="$parentGuidesButton" parentKey="guides" text="Guides">
Nenue@0 59 <ButtonText inherits="SystemFont_Small" />
Nenue@0 60 <Scripts>
Nenue@0 61 <OnClick>
Nenue@0 62 self:GetParent():ToggleGuides(self)
Nenue@0 63 </OnClick>
Nenue@0 64 </Scripts>
Nenue@0 65 <Size x="36" y="24" />
Nenue@0 66 <Anchors>
Nenue@0 67 <Anchor point="RIGHT" relativePoint="LEFT" relativeTo="$parentCloseButton" x="-5" y="0" />
Nenue@0 68 </Anchors>
Nenue@0 69 <NormalTexture parentKey="normal" setAllPoints="true">
Nenue@0 70 <Color a="1" r="0" g="0" b="0" />
Nenue@0 71 </NormalTexture>
Nenue@0 72 <PushedTexture setAllPoints="true">
Nenue@0 73 <Color a="1" r="1" g="0" b="0" />
Nenue@0 74 </PushedTexture>
Nenue@0 75 <HighlightTexture setAllPoints="true" alphaMode="ADD">
Nenue@0 76 <Color a=".5" r="1" g=".7" b="0.5" />
Nenue@0 77 </HighlightTexture>
Nenue@0 78 </Button>
Nenue@0 79 </Frames>
Nenue@0 80 </Frame>
Nenue@0 81
Nenue@0 82
Nenue@0 83 </Ui>