Quantcast
<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">

	<GameTooltip name="TitanPanelTooltip" inherits="GameTooltipTemplate" parent="UIParent" hidden="true"/>
	<Button name="TitanPanelBarButtonHiderTemplate" frameStrata="BACKGROUND" toplevel="true" movable="true" parent="UIParent" virtual="true">
		<Scripts>
			<OnLoad>
				self:RegisterForClicks("LeftButtonUp", "RightButtonDown")
			</OnLoad>
		</Scripts>
		<Size>
			<AbsDimension x="2560" y="24"/>
		</Size>
	</Button>

	<!--
	This is a control frame used to capture events Titan is interested in.
	Other buttons will be used for display.
	-->
	<Button name="TitanPanelBarButton" frameStrata="BACKGROUND" parent="UIParent">
		<Size>
			<AbsDimension x="0" y="0"/>
		</Size>
	</Button>

	<Button name="Titan_Bar__Display_Template" frameStrata="DIALOG" toplevel="true" movable="true" parent="UIParent" virtual="true">
	</Button>

	<!--
	These two frames are placed at the bottom of the top
	and top of the bottom to give addons a notion of what
	space Titan is using.
	A non zero size is needed for the anchors to respond properly.
	-->
	<Button name="TitanPanelTopAnchor" frameStrata="DIALOG" parent="UIParent" >
		<Size>
			<AbsDimension x="1" y="1" />
		</Size>
	</Button>
	<Button name="TitanPanelBottomAnchor" frameStrata="DIALOG" parent="UIParent" >
		<Size>
			<AbsDimension x="1" y="1" />
		</Size>
	</Button>
</Ui>