Mercurial > wow > worldplan
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 29:c1612c2c1840 | 30:8cb750e79952 |
|---|---|
| 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"> | |
| 3 <Script file="FilterBar.lua" /> | |
| 4 <Frame name="$parentSummary" parent="WorldPlan" mixin="WorldPlanSummaryMixin"> | |
| 5 <Scripts> | |
| 6 <OnLoad method="OnLoad" /> | |
| 7 <OnEvent method="OnEvent" /> | |
| 8 </Scripts> | |
| 9 | |
| 10 </Frame> | |
| 11 <Button name="WorldPlanFilterPin" virtual="true" inherits="WorldPlanQuestPin" mixin="WorldPlanFilterPinMixin"> | |
| 12 <Scripts> | |
| 13 <OnMouseDown method="OnMouseDown" /> | |
| 14 <OnClick method="OnClick" /> | |
| 15 <OnLoad method="OnLoad" /> | |
| 16 <OnEnter method="OnEnter" /> | |
| 17 <OnLeave method="OnLeave" /> | |
| 18 </Scripts> | |
| 19 </Button> | |
| 20 </Ui> |
