Mercurial > wow > kbf
annotate KBF.xml @ 37:15b9e97ab2d2
hacked in very, very basic consolidated buff support. Needs *much* clean up, get side effects out of functions that don't want them, get the hide/show anchor logic into a secure state thingy
author | Chris Mellon <arkanes@gmail.com> |
---|---|
date | Fri, 31 Dec 2010 08:36:30 -0600 |
parents | c2ff66c87521 |
children | e19d0380b9f3 |
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@21 | 7 <Attribute name="toggleForVehicle" 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@12 | 13 <Scripts> |
arkanes@12 | 14 <OnEnter> |
arkanes@12 | 15 KBF:OnEnter(self, motion) |
arkanes@12 | 16 </OnEnter> |
arkanes@12 | 17 <OnLeave> |
arkanes@12 | 18 GameTooltip:Hide(); |
arkanes@12 | 19 </OnLeave> |
arkanes@12 | 20 </Scripts> |
arkanes@0 | 21 </Button> |
arkanes@37 | 22 |
arkanes@37 | 23 <Button name="KBFConsolidatedProxyTemplate" inherits="" virtual="true"> |
arkanes@37 | 24 <Attributes> |
arkanes@37 | 25 <Attribute name="type" value="cancelaura" /> |
arkanes@37 | 26 <Attribute name="toggleForVehicle" value="true" /> |
arkanes@37 | 27 <Attribute name="unit" value="player" /> |
arkanes@37 | 28 </Attributes> |
arkanes@37 | 29 <Size> |
arkanes@37 | 30 <AbsDimension x="216" y="16" /> |
arkanes@37 | 31 </Size> |
arkanes@37 | 32 <Scripts> |
arkanes@37 | 33 <OnEnter> |
arkanes@37 | 34 |
arkanes@37 | 35 </OnEnter> |
arkanes@37 | 36 <OnLeave> |
arkanes@37 | 37 |
arkanes@37 | 38 </OnLeave> |
arkanes@37 | 39 </Scripts> |
arkanes@37 | 40 </Button> |
arkanes@37 | 41 <Frame name="KBFConsolidateHeaderTemplate" virtual="true"> |
arkanes@37 | 42 <Size> |
arkanes@37 | 43 <AbsDimension x="216" y="16" /> |
arkanes@37 | 44 </Size> |
arkanes@37 | 45 </Frame> |
arkanes@0 | 46 </Ui> |