Mercurial > wow > worldplan
comparison ClassPlanFollowers.xml @ 117:a4dfdd4f1cf3 v7.3.2-20171215
- Fixed filter pins not working on Argus maps
- More taint counter-measures
| author | Nenue |
|---|---|
| date | Fri, 15 Dec 2017 16:38:09 -0500 |
| parents | 589c444d4837 |
| children |
comparison
equal
deleted
inserted
replaced
| 116:bf4a36378bb9 | 117:a4dfdd4f1cf3 |
|---|---|
| 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/ | 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/ |
| 2 ..\FrameXML\UI.xsd"> | 2 ..\FrameXML\UI.xsd"> |
| 3 <Script file="ClassPlanFollowers.lua" /> | 3 <Script file="ClassPlanFollowers.lua" /> |
| 4 <Frame name="$parentFollowers" parent="ClassOrderPlan" parentKey="FollowerList" parentArray="Handlers" mixin="ClassPlanFollowerMixin" inherits="ClassPlanPanelTemplate"> | 4 |
| 5 | |
| 6 <Button name="ClassPlanFollowerEntry" inherits="ClassPlanListEntryTemplate" mixin="ClassPlanFollowerEntryMixin" virtual="true"> | |
| 7 <Size y="24" /> | |
| 8 <Anchors> | |
| 9 <Anchor point="RIGHT" /> | |
| 10 </Anchors> | |
| 5 <Scripts> | 11 <Scripts> |
| 6 <OnEvent method="OnEvent"/> | 12 <OnLoad method="OnLoad" /> |
| 7 <OnUpdate method="OnUpdate" /> | 13 <OnUpdate method="OnUpdate" /> |
| 14 <OnEvent method="OnEvent" /> | |
| 8 <OnShow method="OnShow" /> | 15 <OnShow method="OnShow" /> |
| 16 </Scripts> | |
| 17 <Layers> | |
| 18 <Layer level="BACKGROUND"> | |
| 19 <Texture name="$parentPortrait" parentKey="Portrait"> | |
| 20 <Size x="40" y="40" /> | |
| 21 <Anchors> | |
| 22 <Anchor point="LEFT" /> | |
| 23 </Anchors> | |
| 24 </Texture> | |
| 25 </Layer> | |
| 26 </Layers> | |
| 27 </Button> | |
| 28 | |
| 29 | |
| 30 <Frame name="$parentFollowers" parent="ClassOrderPlan" parentKey="Followers" mixin="ClassPlanFollowersHandler" inherits="ClassPlanPanelTemplate"> | |
| 31 | |
| 32 <Scripts> | |
| 33 <OnLoad method="OnLoad" /> | |
| 34 <OnUpdate method="OnUpdate" /> | |
| 35 <OnEvent method="OnEvent" /> | |
| 36 <OnShow method="OnShow" /> | |
| 37 <OnMouseDown method="OnMouseDown" /> | |
| 9 </Scripts> | 38 </Scripts> |
| 10 </Frame> | 39 </Frame> |
| 11 </Ui> | 40 </Ui> |
