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="ISync_Tooltip.lua"/>

        <Frame name="ISync_TooltipFrame"> 
              <Scripts> 
                        <OnLoad> 
                                ISync:HookTooltip();
                        </OnLoad> 
                
              </Scripts> 
        </Frame>
        

        <Frame name="ISync_MoneyTooltip" hidden="true" parent="GameTooltip">
                <Size>
                        <AbsDimension x="160" y="80"/>
                </Size>
                <Layers>
                        <Layer level="INFO">
                                <FontString name="$parentText1" inherits="GameFontNormal" hidden="true">
                                        <Anchors>
                                                <Anchor point="TOPLEFT">
                                                        <Offset>
                                                                <AbsDimension x="0" y="0"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                </FontString>
                                <FontString name="$parentText2" inherits="GameFontNormal" hidden="true">
                                        <Anchors>
                                                <Anchor point="TOPLEFT" relativeTo="$parentText1" relativePoint="BOTTOMLEFT">
                                                        <Offset>
                                                                <AbsDimension x="0" y="-1"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                </FontString>
                        </Layer>
                </Layers>
                <Frames>
                        <Frame name="$parentMoney1" inherits="SmallMoneyFrameTemplate" hidden="true" toplevel="true">
                                <Anchors>
                                        <Anchor point="LEFT" relativeTo="$parentText1" relativePoint="RIGHT"/>
                                </Anchors>
                                <Scripts>
                                        <OnLoad>
                                                SmallMoneyFrame_OnLoad();
                                                MoneyFrame_SetType("STATIC");
                                        </OnLoad>
                                </Scripts>
                        </Frame>
                        <Frame name="$parentMoney2" inherits="SmallMoneyFrameTemplate" hidden="true" toplevel="true">
                                <Anchors>
                                        <Anchor point="LEFT" relativeTo="$parentText2" relativePoint="RIGHT"/>
                                </Anchors>
                                <Scripts>
                                        <OnLoad>
                                                SmallMoneyFrame_OnLoad();
                                                MoneyFrame_SetType("STATIC");
                                        </OnLoad>
                                </Scripts>
                        </Frame>
                </Frames>
        </Frame>
        
        
        <Frame name="ISync_MoneyTooltipItemRef" hidden="true" parent="ItemRefTooltip">
                <Size>
                        <AbsDimension x="160" y="80"/>
                </Size>
                <Layers>
                        <Layer level="INFO">
                                <FontString name="$parentText1" inherits="GameFontNormal" hidden="true">
                                        <Anchors>
                                                <Anchor point="TOPLEFT">
                                                        <Offset>
                                                                <AbsDimension x="0" y="0"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                </FontString>
                                <FontString name="$parentText2" inherits="GameFontNormal" hidden="true">
                                        <Anchors>
                                                <Anchor point="TOPLEFT" relativeTo="$parentText1" relativePoint="BOTTOMLEFT">
                                                        <Offset>
                                                                <AbsDimension x="0" y="-1"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                </FontString>
                        </Layer>
                </Layers>
                <Frames>
                        <Frame name="$parentMoney1" inherits="SmallMoneyFrameTemplate" hidden="true" toplevel="true">
                                <Anchors>
                                        <Anchor point="LEFT" relativeTo="$parentText1" relativePoint="RIGHT"/>
                                </Anchors>
                                <Scripts>
                                        <OnLoad>
                                                SmallMoneyFrame_OnLoad();
                                                MoneyFrame_SetType("STATIC");
                                        </OnLoad>
                                </Scripts>
                        </Frame>
                        <Frame name="$parentMoney2" inherits="SmallMoneyFrameTemplate" hidden="true" toplevel="true">
                                <Anchors>
                                        <Anchor point="LEFT" relativeTo="$parentText2" relativePoint="RIGHT"/>
                                </Anchors>
                                <Scripts>
                                        <OnLoad>
                                                SmallMoneyFrame_OnLoad();
                                                MoneyFrame_SetType("STATIC");
                                        </OnLoad>
                                </Scripts>
                        </Frame>
                </Frames>
        </Frame>
        
        
        <Frame name="ISync_ItemRefTooltipIcon" parent="ItemRefTooltip" hidden="true">
                <Size>
                        <AbsDimension x="39" y="39"/>
                </Size>
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture name="$parentTexture">
                                        <Size>
                                                <AbsDimension x="39" y="39"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="TOPLEFT">
                                                        <Offset>
                                                                <AbsDimension x="0" y="0"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                </Texture>
                        </Layer>
                </Layers>
                <Anchors>
             <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
                        <Offset>
                                                <AbsDimension x="-37" y="-3"/>
                                        </Offset>
                                </Anchor>
           </Anchors>
        </Frame>
        
        <Frame name="ISync_GameTooltipIcon" parent="GameTooltip" hidden="true">
                <Size>
                        <AbsDimension x="39" y="39"/>
                </Size>
                <Layers>
                        <Layer level="ARTWORK">
                                <Texture name="$parentTexture">
                                        <Size>
                                                <AbsDimension x="39" y="39"/>
                                        </Size>
                                        <Anchors>
                                                <Anchor point="TOPLEFT">
                                                        <Offset>
                                                                <AbsDimension x="0" y="0"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                </Texture>
                        </Layer>
                </Layers>
                <Anchors>
             <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
                        <Offset>
                                                <AbsDimension x="-37" y="-3"/>
                                        </Offset>
                                </Anchor>
           </Anchors>
        </Frame>
        
        
</Ui>