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/
C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
        <Script file="localization.lua"/>
        <Script file="CT_MovableParty.lua"/>
        <Button name="CT_MovableParty_DragTemplate" virtual="true" frameStrata="LOW" hidden="true" movable="true" toplevel="true">
                <Size>
                        <AbsDimension x="80" y="15"/>
                </Size>
                <TitleRegion setAllPoints="true"/>
                <Scripts>
                        <OnEnter>
                                GameTooltip:SetOwner(this, "ANCHOR_TOPLEFT");
                                GameTooltip:SetText("Left-click to drag");
                        </OnEnter>
                        <OnLeave>
                                GameTooltip:Hide();
                        </OnLeave>
                </Scripts>
        </Button>
        <Frame name="CT_MovableParty" parent="UIParent">
                <Frames>
                        <Frame setAllPoints="true">
                                <Frames>
                                        <Frame setAllPoints="true">
                                                <Frames>
                                                        <Button name="CT_MovableParty1_Drag" inherits="CT_MovableParty_DragTemplate" id="1">
                                                                <Anchors>
                                                                        <Anchor point="TOPLEFT" relativeTo="UIParent" relativePoint="TOPLEFT">
                                                                                <Offset>
                                                                                        <AbsDimension x="50" y="-131"/>
                                                                                </Offset>
                                                                        </Anchor>
                                                                </Anchors>
                                                                <Scripts>
                                                                        <OnLoad>
                                                                                CT_LinkFrameDrag(PartyMemberFrame1, this, "TOPLEFT", "TOPLEFT", -40, -7);
                                                                        </OnLoad>
                                                                </Scripts>
                                                        </Button>
                                                        <Button name="CT_MovableParty2_Drag" inherits="CT_MovableParty_DragTemplate" id="2">
                                                                <Anchors>
                                                                        <Anchor point="TOPLEFT" relativeTo="CT_MovableParty1_Drag" relativePoint="TOPLEFT">
                                                                                <Offset>
                                                                                        <AbsDimension x="0" y="-63"/>
                                                                                </Offset>
                                                                        </Anchor>
                                                                </Anchors>
                                                                <Scripts>
                                                                        <OnLoad>
                                                                                CT_LinkFrameDrag(PartyMemberFrame2, this, "TOPLEFT", "TOPLEFT", -40, -7);
                                                                        </OnLoad>
                                                                </Scripts>
                                                        </Button>
                                                        <Button name="CT_MovableParty3_Drag" inherits="CT_MovableParty_DragTemplate" id="3">
                                                                <Anchors>
                                                                        <Anchor point="TOPLEFT" relativeTo="CT_MovableParty2_Drag" relativePoint="TOPLEFT">
                                                                                <Offset>
                                                                                        <AbsDimension x="0" y="-63"/>
                                                                                </Offset>
                                                                        </Anchor>
                                                                </Anchors>
                                                                <Scripts>
                                                                        <OnLoad>
                                                                                CT_LinkFrameDrag(PartyMemberFrame3, this, "TOPLEFT", "TOPLEFT", -40, -3);
                                                                        </OnLoad>
                                                                </Scripts>
                                                        </Button>
                                                        <Button name="CT_MovableParty4_Drag" inherits="CT_MovableParty_DragTemplate" id="4">
                                                                <Anchors>
                                                                        <Anchor point="TOPLEFT" relativeTo="CT_MovableParty3_Drag" relativePoint="TOPLEFT">
                                                                                <Offset>
                                                                                        <AbsDimension x="0" y="-63"/>
                                                                                </Offset>
                                                                        </Anchor>
                                                                </Anchors>
                                                                <Scripts>
                                                                        <OnLoad>
                                                                                CT_LinkFrameDrag(PartyMemberFrame4, this, "TOPLEFT", "TOPLEFT", -40, -3);
                                                                        </OnLoad>
                                                                </Scripts>
                                                        </Button>
                                                </Frames>
                                        </Frame>
                                </Frames>
                        </Frame>
                </Frames>
                <Scripts>
                        <OnLoad>
                                this:RegisterEvent("PARTY_MEMBERS_CHANGED");
                        </OnLoad>
                        <OnEvent>
                                CT_MovableParty_UpdateMembers();
                        </OnEvent>
                        <OnUpdate>
                                CT_MovableParty_OnUpdate(arg1);
                        </OnUpdate>
                </Scripts>
        </Frame>
</Ui>

Generated by GNU Enscript 1.6.5.90.