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="TitanTimers.lua"/>
        <Frame parent="UIParent">
                <Frames>
                        <Button name="TitanPanelTimersButton" inherits="TitanPanelTextTemplate" frameStrata="FULLSCREEN" toplevel="true">
                                <Scripts>
                                        <OnLoad>
                                                TitanPanelTimersButton_OnLoad();
                                                TitanPanelButton_OnLoad();
                                        </OnLoad>
                                        <OnUpdate>
                                                TitanPanelTimersButton_OnUpdate();
                                        </OnUpdate>
                                        <OnClick>
                                                TitanPanelTimersButton_OnClick(arg1);
                                                TitanPanelButton_OnClick(arg1);
                                        </OnClick>
                                </Scripts>
                        </Button>
                </Frames>
        </Frame>        
</Ui>

Generated by GNU Enscript 1.6.5.90.