vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
<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">
        <Script file="TitanXPBar.lua"/>
        <Frame parent="UIParent">
                <Frames>
                        <Button name="TitanPanelXPBarButton" inherits="TitanPanelTextTemplate" frameStrata="FULLSCREEN" toplevel="true">
                        <Offset>
                                <AbsDimension x="0" y="1"/>
                        </Offset>
                                <Scripts>
                                        <OnLoad>
                                                TitanPanelXPBarButton_OnLoad()
                                                TitanPanelButton_OnLoad()
                                        </OnLoad>
                                        <OnClick>
                                                TitanPanelButton_OnClick(arg1);
                                                TitanPanelXPBarButton_OnClick();
                                        </OnClick>
                                        <OnEvent>
                                                TitanPanelXPBarButton_OnEvent(event)
                                        </OnEvent>
                                        <OnHide>
                                                XPStatus:Hide()
                                                AVGXPButton:Hide()
                                        </OnHide>
                                </Scripts>
                        </Button>
                </Frames>
        </Frame>

        <Frame name="XPBar" toplevel="true" frameStrata="HIGH" parent="UIParent" movable="true">
                <Size>
                        <AbsDimension x="185" y="20"/>
                </Size>
                <Anchors>
                        <Anchor point="CENTER" relativeTo="TitanXPBar" relativePoint="CENTER">
                                <Offset>
                                        <AbsDimension x="0" y="0"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <TitleRegion setAllPoints="true"/>
                <Frames>
                        <StatusBar name="XPStatus" drawLayer="artwork" frameStrata="HIGH" minValue="0" maxValue="1" defaultValue="1" parent="UIParent">
                                <Size>
                                        <AbsDimension x="185" y="12"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="top" relativeto="UIParent">
                                                <Offset>
                                                        <AbsDimension x="0" y="-15"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <BarTexture file="Interface\Addons\TitanXPBar\Images\statusbar"/>
                                <BarColor r="0.0" g="1.0" b="0.0"/>
                        </StatusBar>
                        <StatusBar name="XPBG" drawLayer="ARTWORK" frameStrata="LOW" minValue="0" maxValue="1" defaultValue="1" parent="XPStatus">
                                <Size>
                                        <AbsDimension x="185" y="12"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="topleft" relativeto="XPStatus">
                                                <Offset>
                                                        <AbsDimension x="0" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
                                <BarColor r="0.0" g="0.0" b="0.0" a="0.35" />
                        </StatusBar>
                </Frames>
        </Frame>
        <Frame name="AVGXPFrame" toplevel="true" parent="UIParent" movable="true" hidden="false">
                <Size>
                        <AbsDimension x="90" y="25"/>
                </Size>
                <Layers>
                        <Layer level="BACKGROUND">
                                <Texture>
                                        <Size>
                                                <AbsDimension x="80" y="15"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="TOP">
                                                        <Offset>
                                                                <AbsDimension x="0" y="-5"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                        <Color r="0" g="0" b="0" a="1"/>
                                </Texture>              
                        </Layer>
                </Layers>
                <Frames>
                        <Button name="AVGXPButton" frameStrata="HIGH" toplevel="true" parent="UIParent">
                                <Size>
                                        <AbsDimension x="185" y="19"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="BOTTOM" relativeto="UIParent">
                                                <Offset>
                                                        <AbsDimension x="0" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Layers>
                                        <Layer level="OVERLAY">
                                                <FontString name="AVGText" inherits="GameFontNormalSmall" wraponspaces="true" text="AVG XP:">
                                                        <Anchors>
                                                                <Anchor point="CENTER">
                                                                        <Offset>
                                                                                <AbsDimension x="0" y="0"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                </FontString>
                                        </Layer>
                                </Layers>
                        </Button>
                </Frames>
        </Frame>
                
</Ui>

Generated by GNU Enscript 1.6.5.90.