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">
        <Frame name="BuddySyncFrame" parent="FriendsFrame" hidden="true">
                <Scripts>
                        <OnLoad>
                                this:RegisterEvent("CHAT_MSG_SYSTEM");
                                this:RegisterEvent("VARIABLES_LOADED");
                                this:RegisterEvent("FRIENDLIST_UPDATE");
                        </OnLoad>
                        <OnEvent>
                                BuddySync:BS_onEVENT(event);
                        </OnEvent>
                </Scripts>
        </Frame>
        <Button name="BuddySyncFrameEditIgnoreButton" inherits="UIPanelButtonTemplate" text="IgnoreSync" parent="IgnoreListFrame">
                <Size>
                        <AbsDimension x="95" y="21"/>
                </Size>
                <Anchors>
                        <Anchor point="TOPRIGHT" relativeTo="FriendsFrameCloseButton" relativePoint="BOTTOMRIGHT">
                                <Offset>
                                        <AbsDimension x="-15" y="-5"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <Scripts>
                        <OnClick>
                                BuddySync:BS_onSYNC();
                        </OnClick>
                </Scripts>
        </Button>
</Ui>

Generated by GNU Enscript 1.6.5.90.