annotate Veneer.xml @ 66:6ccacc927ef6

- paperdoll scan timing changed to PLAYER_ENTERING_WORLD and PLAYER_EQUIPMENT_CHANGED
author Nenue
date Fri, 19 Aug 2016 09:28:38 -0400
parents ef4116179e2f
children d80db9a9b7e4
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@0 3 <Font name="VeneerFont" />
Nenue@0 4
Nenue@0 5 <Font name="VeneerFont_Small" font="Fonts\FRIZQT__.TTF" outline="NORMAL" height="16" />
Nenue@0 6 <Font name="VeneerFont_Large" font="Fonts\FRIZQT__.TTF" outline="NORMAL" height="24" />
Nenue@61 7 <Font name="VeneerNumberFont" font="Fonts\ARIALN.ttf" outline="NORMAL" height="14" />
Nenue@61 8 <Font name="VeneerNumberFontLarge" font="Fonts\ARIALN.ttf" outline="NORMAL" height="24" />
Nenue@0 9
Nenue@0 10
Nenue@59 11 <Frame name="VeneerController" hidden="true" enableMouse="true" movable="true" parent="UIParent" frameStrata="DIALOG">
Nenue@0 12 <Size x="400" y="400" />
Nenue@0 13 <Anchors>
Nenue@0 14 <Anchor point="CENTER" relativePoint="CENTER" x="0" y="0" />
Nenue@0 15 </Anchors>
Nenue@0 16 <Scripts>
Nenue@0 17 <OnLoad>
Nenue@62 18 self.DEVIAN_PNAME = 'Veneer'
Nenue@0 19 self:RegisterForDrag('LeftButton')
Nenue@0 20 </OnLoad>
Nenue@0 21 <OnDragStart>
Nenue@0 22 self:StartMoving()
Nenue@0 23 </OnDragStart>
Nenue@0 24 <OnDragStop>
Nenue@0 25 self:StopMovingOrSizing()
Nenue@0 26 </OnDragStop>
Nenue@0 27 </Scripts>
Nenue@0 28 <Layers>
Nenue@0 29 <Layer level="BACKGROUND">
Nenue@0 30 <Texture setAllPoints="true">
Nenue@0 31 <Color r="0" g="0" b="0" a="0.7" />
Nenue@0 32 </Texture>
Nenue@0 33 </Layer>
Nenue@0 34 <Layer level="ARTWORK">
Nenue@0 35 <FontString name="$parentHeader" parentKey="header" inherits="VeneerFontHighlightLarge" text="Veneer">
Nenue@0 36 <Anchors>
Nenue@0 37 <Anchor point="TOPLEFT" x="3" y="-4" />
Nenue@0 38 </Anchors>
Nenue@0 39 </FontString>
Nenue@0 40 </Layer>
Nenue@0 41 </Layers>
Nenue@0 42 <Frames>
Nenue@0 43 <Button name="$parentCloseButton" parentKey="close" text="X">
Nenue@0 44 <ButtonText inherits="SystemFont_Small" />
Nenue@0 45 <Scripts>
Nenue@0 46 <OnClick>
Nenue@0 47 self:GetParent():Close()
Nenue@0 48 </OnClick>
Nenue@0 49 </Scripts>
Nenue@0 50 <Size x="24" y="24" />
Nenue@0 51 <Anchors>
Nenue@0 52 <Anchor point="TOPRIGHT" x="-5" y="-5" />
Nenue@0 53 </Anchors>
Nenue@0 54 <NormalTexture parentKey="normal" setAllPoints="true">
Nenue@0 55 <Color a="1" r="0" g="0" b="0" />
Nenue@0 56 </NormalTexture>
Nenue@0 57 <PushedTexture setAllPoints="true">
Nenue@0 58 <Color a="1" r="1" g="0" b="0" />
Nenue@0 59 </PushedTexture>
Nenue@0 60 <HighlightTexture setAllPoints="true" alphaMode="ADD">
Nenue@0 61 <Color a=".5" r="1" g=".7" b="0.5" />
Nenue@0 62 </HighlightTexture>
Nenue@0 63 </Button>
Nenue@0 64 <Button name="$parentGuidesButton" parentKey="guides" text="Guides">
Nenue@0 65 <ButtonText inherits="SystemFont_Small" />
Nenue@0 66 <Scripts>
Nenue@0 67 <OnClick>
Nenue@0 68 self:GetParent():ToggleGuides(self)
Nenue@0 69 </OnClick>
Nenue@0 70 </Scripts>
Nenue@0 71 <Size x="36" y="24" />
Nenue@0 72 <Anchors>
Nenue@0 73 <Anchor point="RIGHT" relativePoint="LEFT" relativeTo="$parentCloseButton" x="-5" y="0" />
Nenue@0 74 </Anchors>
Nenue@0 75 <NormalTexture parentKey="normal" setAllPoints="true">
Nenue@0 76 <Color a="1" r="0" g="0" b="0" />
Nenue@0 77 </NormalTexture>
Nenue@0 78 <PushedTexture setAllPoints="true">
Nenue@0 79 <Color a="1" r="1" g="0" b="0" />
Nenue@0 80 </PushedTexture>
Nenue@0 81 <HighlightTexture setAllPoints="true" alphaMode="ADD">
Nenue@0 82 <Color a=".5" r="1" g=".7" b="0.5" />
Nenue@0 83 </HighlightTexture>
Nenue@0 84 </Button>
Nenue@0 85 </Frames>
Nenue@0 86 </Frame>
Nenue@0 87
Nenue@0 88
Nenue@47 89 <Script file="Veneer.lua" />
Nenue@0 90
Nenue@0 91 </Ui>