annotate Modules/Currency.xml @ 126:3de635cda288 v7.3.17102017

- zone checking fix; moveed code into the zone-context pre-hook
author Nenue
date Tue, 17 Oct 2017 17:00:10 -0400
parents 3f4794dca91b
children 414e37af1b1b
rev   line source
Nick@113 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/
Nick@113 2 ..\FrameXML\UI.xsd">
Nick@113 3
Nenue@125 4
Nenue@126 5 <Frame parent="UIParent" name="VeneerBankDB" parentArray="modules" mixin="VeneerBankDBMixin" hidden="true" inherits="VeneerHandlerTemplate">
Nenue@125 6 <Size x="240" y="24" />
Nenue@125 7 <Anchors>
Nenue@125 8 <Anchor point="CENTER" />
Nenue@125 9 </Anchors>
Nenue@125 10 <Layers>
Nenue@125 11 <Layer level="OVERLAY">
Nenue@125 12 <FontString parentArray="ConfigLayer" parentKey="Info" inherits="GameFontNormal" hidden="true">
Nenue@125 13 <Anchors>
Nenue@125 14 <Anchor point="CENTER" />
Nenue@125 15 </Anchors>
Nenue@125 16 </FontString>
Nenue@125 17 </Layer>
Nenue@125 18 </Layers>
Nenue@125 19 </Frame>
Nenue@125 20
Nick@113 21 <Script file="Currency.lua" />
Nenue@115 22 <Frame virtual="true" name="VeneerCurrencyTemplate" parentArray="Blocks" mixin="VeneerCurrencyBlockMixin" hidden="true">
Nick@113 23 <Scripts>
Nick@113 24 <OnLoad method="OnLoad" />
Nick@113 25 <OnEvent method="OnEvent" />
Nick@113 26 <OnShow method="OnShow" />
Nick@113 27 <OnHide method="OnHide" />
Nick@114 28 <OnEnter method="OnEnter" />
Nick@114 29 <OnLeave method="OnLeave"/>
Nick@114 30
Nick@113 31 </Scripts>
Nick@113 32 <Layers>
Nick@114 33 <Layer level="BACKGROUND">
Nick@114 34 <Texture setAllPoints="true" parentKey="Background">
Nenue@125 35 <Color a="0" r="0" g="0" b="0" />
Nick@114 36 </Texture>
Nick@114 37 </Layer>
Nick@113 38 <Layer level="ARTWORK">
Nenue@123 39 <Texture parentKey="Icon" alpha="0.7">
Nenue@123 40 <Size x="24" y="24" />
Nick@113 41 <Anchors>
Nenue@123 42 <Anchor point="LEFT" x="0" y="0" />
Nick@113 43 </Anchors>
Nenue@123 44 <TexCoords left=".15" right=".85" top=".15" bottom=".85" />
Nick@113 45 </Texture>
Nick@113 46 </Layer>
Nick@113 47 <Layer level="OVERLAY">
Nick@114 48 <FontString parentKey="Label" inherits="VeneerHeaderFont">
Nick@113 49 <Anchors>
Nenue@123 50 <Anchor point="BOTTOMLEFT" x="6" y="2" />
Nick@113 51 </Anchors>
Nick@113 52 </FontString>
Nick@113 53 </Layer>
Nick@113 54 </Layers>
Nick@113 55 </Frame>
Nick@113 56
Nenue@115 57 <Frame parent="UIParent" name="VeneerCurrency" parentArray="modules" mixin="VeneerCurrencyMixin" hidden="true" inherits="VeneerMixinScripts, VeneerAnimations">
Nick@113 58 <Size x="240" y="24" />
Nick@113 59 <Anchors>
Nick@113 60 <Anchor point="TOP" />
Nick@113 61 </Anchors>
Nick@113 62 </Frame>
Nick@113 63
Nick@113 64
Nick@113 65 </Ui>