annotate FilterBar.xml @ 78:fadf00b437fb v1.4.1

- Fixed pins not being removed upon completion - Fixed animation stuttering
author Nenue
date Mon, 10 Apr 2017 13:14:05 -0400
parents db570c6a0ffb
children 98b5e08b75ed
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@45 11 <Size x="24" y="24" />
Nenue@45 12
Nenue@30 13 </Frame>
Nenue@41 14 <Button name="WorldPlanFilterPin" virtual="true" flattenRenderLayers="true" mixin="WorldPlanFilterPinMixin">
Nenue@30 15 <Scripts>
Nenue@30 16 <OnClick method="OnClick" />
Nenue@30 17 <OnLoad method="OnLoad" />
Nenue@40 18 <OnEvent method="OnEvent" />
Nenue@40 19 <OnUpdate method="OnUpdate" />
Nenue@40 20 <OnShow method="OnShow" />
Nenue@40 21 <OnHide method="OnHide" />
Nenue@40 22 <OnMouseDown method="OnMouseDown" />
Nenue@30 23 <OnEnter method="OnEnter" />
Nenue@30 24 <OnLeave method="OnLeave" />
Nenue@30 25 </Scripts>
Nenue@40 26 <Layers>
Nenue@40 27 <Layer level="BACKGROUND">
Nenue@40 28 <Texture parentKey="RewardBorder" setAllPoints="true" />
Nenue@40 29 </Layer>
Nenue@40 30 <Layer level="ARTWORK">
Nenue@40 31 <Texture parentKey="icon">
Nenue@40 32 <Anchors>
Nenue@40 33 <Anchor point="BOTTOMLEFT" x="1" y="1" />
Nenue@40 34 <Anchor point="TOPRIGHT" x="-1" y="-1" />
Nenue@40 35 </Anchors>
Nenue@40 36 </Texture>
Nenue@40 37 </Layer>
Nenue@40 38 <Layer level="OVERLAY">
Nenue@40 39 <FontString parentKey="count" inherits="WorldPlanNumberFontThin">
Nenue@40 40 <Anchors>
Nenue@40 41 <Anchor point="RIGHT" x="-3" />
Nenue@40 42 </Anchors>
Nenue@40 43 </FontString>
Nenue@40 44 </Layer>
Nenue@40 45 </Layers>
Nenue@30 46 </Button>
Nenue@30 47 </Ui>