annotate 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
rev   line source
arkanes@0 1 <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/
arkanes@0 2 ..\FrameXML\UI.xsd">
arkanes@0 3 <!-- A button template for unit aura buttons -->
arkanes@0 4 <Button name="KBFSecureUnitAuraTemplate" inherits="SecureActionButtonTemplate" virtual="true">
arkanes@0 5 <Attributes>
arkanes@0 6 <Attribute name="type" value="cancelaura" />
arkanes@0 7 <Attribute name="allowToggleVehicle" value="true" />
arkanes@0 8 <Attribute name="unit" value="player" />
arkanes@0 9 </Attributes>
arkanes@0 10 <Size>
arkanes@1 11 <AbsDimension x="216" y="16" />
arkanes@0 12 </Size>
arkanes@0 13 </Button>
arkanes@0 14 </Ui>