view Modules/Currency.xml @ 134:24dc16a49b15

Added tag v7.3.2-20171222 for changeset 86621c60512b
author Nenue
date Fri, 22 Dec 2017 20:37:15 -0500
parents 3de635cda288
children 414e37af1b1b
line wrap: on
line source
<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/
..\FrameXML\UI.xsd">


    <Frame parent="UIParent" name="VeneerBankDB" parentArray="modules" mixin="VeneerBankDBMixin" hidden="true" inherits="VeneerHandlerTemplate">
        <Size x="240" y="24" />
        <Anchors>
            <Anchor point="CENTER" />
        </Anchors>
        <Layers>
            <Layer level="OVERLAY">
                <FontString parentArray="ConfigLayer" parentKey="Info" inherits="GameFontNormal" hidden="true">
                    <Anchors>
                        <Anchor point="CENTER" />
                    </Anchors>
                </FontString>
            </Layer>
        </Layers>
    </Frame>

    <Script file="Currency.lua" />
    <Frame virtual="true" name="VeneerCurrencyTemplate" parentArray="Blocks" mixin="VeneerCurrencyBlockMixin" hidden="true">
        <Scripts>
            <OnLoad method="OnLoad" />
            <OnEvent method="OnEvent" />
            <OnShow method="OnShow" />
            <OnHide method="OnHide" />
            <OnEnter method="OnEnter" />
            <OnLeave method="OnLeave"/>

        </Scripts>
        <Layers>
            <Layer level="BACKGROUND">
                <Texture setAllPoints="true" parentKey="Background">
                    <Color a="0" r="0" g="0" b="0" />
                </Texture>
            </Layer>
            <Layer level="ARTWORK">
                <Texture parentKey="Icon"  alpha="0.7">
                    <Size x="24" y="24" />
                    <Anchors>
                        <Anchor point="LEFT" x="0" y="0" />
                    </Anchors>
                    <TexCoords left=".15" right=".85" top=".15" bottom=".85"   />
                </Texture>
            </Layer>
            <Layer level="OVERLAY">
                <FontString parentKey="Label" inherits="VeneerHeaderFont">
                    <Anchors>
                        <Anchor point="BOTTOMLEFT" x="6" y="2" />
                    </Anchors>
                </FontString>
            </Layer>
        </Layers>
    </Frame>

    <Frame parent="UIParent" name="VeneerCurrency" parentArray="modules" mixin="VeneerCurrencyMixin" hidden="true" inherits="VeneerMixinScripts, VeneerAnimations">
        <Size x="240" y="24" />
        <Anchors>
            <Anchor point="TOP" />
        </Anchors>
    </Frame>


</Ui>