annotate ClassPlanFollowers.xml @ 121:1fcc4fe645dc tip

- Removed legionfall war supplies from the list of reward currencies to display
author Nenue
date Fri, 16 Feb 2018 14:27:59 -0500
parents a4dfdd4f1cf3
children
rev   line source
Nenue@35 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@35 2 ..\FrameXML\UI.xsd">
Nenue@40 3 <Script file="ClassPlanFollowers.lua" />
Nenue@117 4
Nenue@117 5
Nenue@117 6 <Button name="ClassPlanFollowerEntry" inherits="ClassPlanListEntryTemplate" mixin="ClassPlanFollowerEntryMixin" virtual="true">
Nenue@117 7 <Size y="24" />
Nenue@117 8 <Anchors>
Nenue@117 9 <Anchor point="RIGHT" />
Nenue@117 10 </Anchors>
Nenue@35 11 <Scripts>
Nenue@117 12 <OnLoad method="OnLoad" />
Nenue@35 13 <OnUpdate method="OnUpdate" />
Nenue@117 14 <OnEvent method="OnEvent" />
Nenue@35 15 <OnShow method="OnShow" />
Nenue@35 16 </Scripts>
Nenue@117 17 <Layers>
Nenue@117 18 <Layer level="BACKGROUND">
Nenue@117 19 <Texture name="$parentPortrait" parentKey="Portrait">
Nenue@117 20 <Size x="40" y="40" />
Nenue@117 21 <Anchors>
Nenue@117 22 <Anchor point="LEFT" />
Nenue@117 23 </Anchors>
Nenue@117 24 </Texture>
Nenue@117 25 </Layer>
Nenue@117 26 </Layers>
Nenue@117 27 </Button>
Nenue@117 28
Nenue@117 29
Nenue@117 30 <Frame name="$parentFollowers" parent="ClassOrderPlan" parentKey="Followers" mixin="ClassPlanFollowersHandler" inherits="ClassPlanPanelTemplate">
Nenue@117 31
Nenue@117 32 <Scripts>
Nenue@117 33 <OnLoad method="OnLoad" />
Nenue@117 34 <OnUpdate method="OnUpdate" />
Nenue@117 35 <OnEvent method="OnEvent" />
Nenue@117 36 <OnShow method="OnShow" />
Nenue@117 37 <OnMouseDown method="OnMouseDown" />
Nenue@117 38 </Scripts>
Nenue@35 39 </Frame>
Nenue@35 40 </Ui>