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="BIB_MonkeyQuest.lua"/>
        <Frame parent="UIParent">
                <Frames>
                        <Button name="BIB_MonkeyQuestButton" inherits="BhaldieInfoBarTextIconTemplate" frameStrata="FULLSCREEN" toplevel="true">
                                <Scripts>
                                        <OnLoad>
                                                if (IsAddOnLoaded("BhaldieInfoBar")) then
                                                        BIB_MonkeyQuestButton_OnLoad();
                                                end
                                        </OnLoad>
                                        <OnEvent>
                                                if (IsAddOnLoaded("BhaldieInfoBar")) then
                                                        BIB_MonkeyQuestButton_OnEvent();
                                                end
                                        </OnEvent>      
                                        <OnEnter>
                                                if (IsAddOnLoaded("BhaldieInfoBar")) then
                                                        BIB_MonkeyQuestButton_OnEnter(); 
                                                end
                                        </OnEnter>
                                        <OnLeave>
                                                if (IsAddOnLoaded("BhaldieInfoBar")) then
                                                        BIB_MonkeyQuestButton_OnLeave(); 
                                                end
                                        </OnLeave>
                                        <OnMouseDown>
                                                if (IsAddOnLoaded("BhaldieInfoBar")) then
                                                        BIB_MonkeyQuestButton_OnRightClick(arg1);
                                                end
                                        </OnMouseDown>
                                </Scripts>
                        </Button>
                </Frames>
        </Frame>
        
        <!-- New -->
        <!-- Options Frame -->
        <Frame name="BIB_MonkeyQuestButtonOptions" parent="BM_Frame" inherits="BM_TempMain_Window">
                <Frames>
                        <!-- No UI Menu options for this plugin -->
                </Frames>
        </Frame>
</Ui>

Generated by GNU Enscript 1.6.5.90.