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="GuildProfiler.lua"/>
        <Frame name="rpgoGPframe" toplevel="true" enableMouse="true" hidden="false" parent="GuildFrameLFGFrame">
                <Size>
                        <AbsDimension x="40" y="20"/>
                </Size>
                <Anchors>
                        <Anchor point="LEFT">
                                <Offset>
                                        <AbsDimension x="0" y="0"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <Frames>
                        <Button name="rpgoGPsave" hidden="false" inherits="UIPanelButtonTemplate" text="Save">
                                <Size>
                                        <AbsDimension x="40" y="20"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="CENTER">
                                                <Offset>
                                                        <AbsDimension x="-60" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnClick>
                                                rpgoGP_EventHandler('RPGOGP_EXPORT');
                                        </OnClick>
                                </Scripts>
                        </Button>
                </Frames>
                <Scripts>
                        <OnLoad>
                                rpgoGP_OnLoad();
                        </OnLoad>
                        <OnHide>
                                rpgoGP_EventHandler('RPGOGP_SCAN');
                        </OnHide>
                        <OnEvent>
                                rpgoGP_EventHandler(event,arg1);
                        </OnEvent>
                </Scripts>
        </Frame>
</Ui>

Generated by GNU Enscript 1.6.5.90.