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="TitanHonorPlus.lua"/>
        
        <Frame parent="UIParent">
                <Frames>
                        <Button name="TitanPanelHonorPlusButton" inherits="TitanPanelComboTemplate" frameStrata="FULLSCREEN" toplevel="true">
                                <Scripts>
                                        <OnLoad>
                                                TitanPanelHonorPlusButton_OnLoad();
                                                TitanPanelButton_OnLoad();
                                        </OnLoad>
                                        <OnEvent>
                                                TitanPanelHonorPlusButton_OnEvent();
                                        </OnEvent>
                                        <OnClick>
                                                TitanPanelHonorPlusButton_OnClick();
                                        </OnClick>
                                        <OnShow>
                                                TitanPanelHonorPlusButton_OnShow();
                                                TitanPanelButton_OnShow();
                                        </OnShow>
                                </Scripts>
                        </Button>
                </Frames>
        </Frame>
        <Frame name="TitanHonorPlus_TipBuddy_Main_Frame" parent="UIParent">
                <Layers>
                        <Layer level="OVERLAY">
                                <FontString name="TitanHonorPlus_TipBuddy_TargetName_Text" font="Fonts\FRIZQT__.TTF" frameStrata="HIGH" justifyH="RIGHT">
                                        <FontHeight>
                                                <AbsValue val="11"/>
                                        </FontHeight>
                                        <Color r="1.0" g="1.0" b="1.0"/>
                                        <Size>
                                                <AbsDimension x="400" y="12" />
                                        </Size>
                                </FontString>
                        </Layer>
                </Layers>
        </Frame>
</Ui>