annotate FilterBar.xml @ 41:79e5e96e5f18 v1.0-rc10

- Clear Garrison minimap button pulse when shown
author Nenue
date Sun, 25 Dec 2016 15:17:35 -0500
parents 589c444d4837
children db570c6a0ffb
rev   line source
Nenue@30 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/
Nenue@30 2 ..\FrameXML\UI.xsd">
Nenue@30 3 <Script file="FilterBar.lua" />
Nenue@30 4 <Frame name="$parentSummary" parent="WorldPlan" mixin="WorldPlanSummaryMixin">
Nenue@30 5 <Scripts>
Nenue@30 6 <OnLoad method="OnLoad" />
Nenue@30 7 <OnEvent method="OnEvent" />
Nenue@33 8 <OnShow method="OnShow" />
Nenue@30 9 </Scripts>
Nenue@30 10
Nenue@40 11 <Layers>
Nenue@40 12 <Layer level="OVERLAY">
Nenue@40 13 <Texture parentKey="CVarsHighlight">
Nenue@40 14 <Color a=".5" r="1" g="1" b="1" />
Nenue@40 15 </Texture>
Nenue@40 16 </Layer>
Nenue@40 17 </Layers>
Nenue@30 18 </Frame>
Nenue@41 19 <Button name="WorldPlanFilterPin" virtual="true" flattenRenderLayers="true" mixin="WorldPlanFilterPinMixin">
Nenue@30 20 <Scripts>
Nenue@30 21 <OnClick method="OnClick" />
Nenue@30 22 <OnLoad method="OnLoad" />
Nenue@40 23 <OnEvent method="OnEvent" />
Nenue@40 24 <OnUpdate method="OnUpdate" />
Nenue@40 25 <OnShow method="OnShow" />
Nenue@40 26 <OnHide method="OnHide" />
Nenue@40 27 <OnMouseDown method="OnMouseDown" />
Nenue@30 28 <OnEnter method="OnEnter" />
Nenue@30 29 <OnLeave method="OnLeave" />
Nenue@30 30 </Scripts>
Nenue@40 31 <Layers>
Nenue@40 32 <Layer level="BACKGROUND">
Nenue@40 33 <Texture parentKey="RewardBorder" setAllPoints="true" />
Nenue@40 34 </Layer>
Nenue@40 35 <Layer level="ARTWORK">
Nenue@40 36 <Texture parentKey="icon">
Nenue@40 37 <Anchors>
Nenue@40 38 <Anchor point="BOTTOMLEFT" x="1" y="1" />
Nenue@40 39 <Anchor point="TOPRIGHT" x="-1" y="-1" />
Nenue@40 40 </Anchors>
Nenue@40 41 </Texture>
Nenue@40 42 </Layer>
Nenue@40 43 <Layer level="OVERLAY">
Nenue@40 44 <FontString parentKey="count" inherits="WorldPlanNumberFontThin">
Nenue@40 45 <Anchors>
Nenue@40 46 <Anchor point="RIGHT" x="-3" />
Nenue@40 47 </Anchors>
Nenue@40 48 </FontString>
Nenue@40 49 </Layer>
Nenue@40 50 </Layers>
Nenue@30 51 </Button>
Nenue@30 52 </Ui>