<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="localization.lua"/>
	<Script file="TitanRoll.lua"/>
	<Frame parent="UIParent">
		<Frames>
			<Button name="TitanPanelRollButton" inherits="TitanPanelComboTemplate" frameStrata="FULLSCREEN" toplevel="true">
				<Scripts>
					<OnLoad>
						TitanPanelRollButton_OnLoad();
						TitanPanelButton_OnLoad();
					</OnLoad>
					<OnEvent>
						TitanPanelRollButton_OnEvent();
					</OnEvent>									
					<OnUpdate>
						TitanPanelRollButton_OnUpdate();
					</OnUpdate>
					<OnEnter>
						TitanPanelButton_OnEnter();
					</OnEnter>
					<OnClick>
						TitanPanelRollButton_OnClick(arg1);
						TitanPanelButton_OnClick(arg1);					
					</OnClick>													
				</Scripts>
			</Button>
		</Frames>
	</Frame>

	<!-- Thanks for this trick to Taii (ToggleMe author) -->
	<!-- This is our Faux Edit Box that our slash commands go to. -->
	<EditBox name="TitanRoll_EditBox" inherits="ChatFrameEditBoxTemplate" parent="UIParent" hidden="true">       
	     <Scripts>                           
	        <OnLoad>                         
	        </OnLoad>                        
	     </Scripts>                          
	</EditBox>
</Ui>
