<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="TitanGold.lua"/> <Frame parent="UIParent"> <Frames> <Button name="TitanPanelGoldButton" inherits="TitanPanelComboTemplate" frameStrata="FULLSCREEN" toplevel="true"> <Scripts> <OnLoad> TitanPanelGoldButton_OnLoad(self); TitanPanelButton_OnLoad(self); </OnLoad> <OnShow> TitanPanelGoldButton_OnShow(); TitanPanelButton_OnShow(self); </OnShow> <OnHide> TitanPanelGoldButton_OnHide(); </OnHide> <OnEvent> TitanGold_OnEvent(self, event, ...); </OnEvent> </Scripts> </Button> </Frames> </Frame> </Ui>