Mercurial > wow > worldplan
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/FilterBar.xml Fri Oct 28 14:06:07 2016 -0400 @@ -0,0 +1,20 @@ +<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/ +..\FrameXML\UI.xsd"> + <Script file="FilterBar.lua" /> + <Frame name="$parentSummary" parent="WorldPlan" mixin="WorldPlanSummaryMixin"> + <Scripts> + <OnLoad method="OnLoad" /> + <OnEvent method="OnEvent" /> + </Scripts> + + </Frame> + <Button name="WorldPlanFilterPin" virtual="true" inherits="WorldPlanQuestPin" mixin="WorldPlanFilterPinMixin"> + <Scripts> + <OnMouseDown method="OnMouseDown" /> + <OnClick method="OnClick" /> + <OnLoad method="OnLoad" /> + <OnEnter method="OnEnter" /> + <OnLeave method="OnLeave" /> + </Scripts> + </Button> +</Ui> \ No newline at end of file