Mercurial > wow > worldplan
annotate FilterBar.xml @ 30:8cb750e79952
WorldPlan:
- Reworking filters to utilize newly added CVars
author | Nenue |
---|---|
date | Fri, 28 Oct 2016 14:06:07 -0400 |
parents | |
children | be4db60219ca |
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@30 | 8 </Scripts> |
Nenue@30 | 9 |
Nenue@30 | 10 </Frame> |
Nenue@30 | 11 <Button name="WorldPlanFilterPin" virtual="true" inherits="WorldPlanQuestPin" mixin="WorldPlanFilterPinMixin"> |
Nenue@30 | 12 <Scripts> |
Nenue@30 | 13 <OnMouseDown method="OnMouseDown" /> |
Nenue@30 | 14 <OnClick method="OnClick" /> |
Nenue@30 | 15 <OnLoad method="OnLoad" /> |
Nenue@30 | 16 <OnEnter method="OnEnter" /> |
Nenue@30 | 17 <OnLeave method="OnLeave" /> |
Nenue@30 | 18 </Scripts> |
Nenue@30 | 19 </Button> |
Nenue@30 | 20 </Ui> |