view KBF.xml @ 8:d0b83b70c7f8

add code to hide the blizz frames. Currently commented
author Chris Mellon <arkanes@gmai.com>
date Tue, 12 Oct 2010 18:58:24 -0500
parents 3d4128c79074
children 5f07c89cb6af
line wrap: on
line source
<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">
    <!-- A button template for unit aura buttons -->
    <Button name="KBFSecureUnitAuraTemplate" inherits="SecureActionButtonTemplate" virtual="true">
        <Attributes>
			<Attribute name="type" value="cancelaura" />
			<Attribute name="allowToggleVehicle" value="true" />
			<Attribute name="unit" value="player" />
		</Attributes>
		<Size>
			<AbsDimension x="216" y="16" />
		</Size>
    </Button>
</Ui>