comparison FilterBar.xml @ 40:589c444d4837

WowAce/Curseforge migration push
author Nenue
date Sun, 25 Dec 2016 13:04:57 -0500
parents be4db60219ca
children 79e5e96e5f18
comparison
equal deleted inserted replaced
39:89ddef0594bc 40:589c444d4837
6 <OnLoad method="OnLoad" /> 6 <OnLoad method="OnLoad" />
7 <OnEvent method="OnEvent" /> 7 <OnEvent method="OnEvent" />
8 <OnShow method="OnShow" /> 8 <OnShow method="OnShow" />
9 </Scripts> 9 </Scripts>
10 10
11 <Layers>
12 <Layer level="OVERLAY">
13 <Texture parentKey="CVarsHighlight">
14 <Color a=".5" r="1" g="1" b="1" />
15 </Texture>
16 </Layer>
17 </Layers>
11 </Frame> 18 </Frame>
12 <Button name="WorldPlanFilterPin" virtual="true" inherits="WorldPlanQuestPin" mixin="WorldPlanFilterPinMixin"> 19 <Button name="WorldPlanFilterPin" virtual="true" mixin="WorldPlanFilterPinMixin">
13 <Scripts> 20 <Scripts>
14 <OnMouseDown method="OnMouseDown" />
15 <OnClick method="OnClick" /> 21 <OnClick method="OnClick" />
16 <OnLoad method="OnLoad" /> 22 <OnLoad method="OnLoad" />
23 <OnEvent method="OnEvent" />
24 <OnUpdate method="OnUpdate" />
25 <OnShow method="OnShow" />
26 <OnHide method="OnHide" />
27 <OnMouseDown method="OnMouseDown" />
17 <OnEnter method="OnEnter" /> 28 <OnEnter method="OnEnter" />
18 <OnLeave method="OnLeave" /> 29 <OnLeave method="OnLeave" />
19 </Scripts> 30 </Scripts>
31 <Layers>
32 <Layer level="BACKGROUND">
33 <Texture parentKey="RewardBorder" setAllPoints="true" />
34 </Layer>
35 <Layer level="ARTWORK">
36 <Texture parentKey="icon">
37 <Anchors>
38 <Anchor point="BOTTOMLEFT" x="1" y="1" />
39 <Anchor point="TOPRIGHT" x="-1" y="-1" />
40 </Anchors>
41 </Texture>
42 </Layer>
43 <Layer level="OVERLAY">
44 <FontString parentKey="count" inherits="WorldPlanNumberFontThin">
45 <Anchors>
46 <Anchor point="RIGHT" x="-3" />
47 </Anchors>
48 </FontString>
49 </Layer>
50 </Layers>
20 </Button> 51 </Button>
21 </Ui> 52 </Ui>