Mercurial > wow > worldplan
view FilterBar.xml @ 43:77c2ffb5c7f5 v1.0-rc11
- Removed possible refresh loop occurring in non-BrokenIsle zones
author | Nenue |
---|---|
date | Sun, 25 Dec 2016 15:47:17 -0500 |
parents | 79e5e96e5f18 |
children | db570c6a0ffb |
line wrap: on
line source
<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" /> <OnShow method="OnShow" /> </Scripts> <Layers> <Layer level="OVERLAY"> <Texture parentKey="CVarsHighlight"> <Color a=".5" r="1" g="1" b="1" /> </Texture> </Layer> </Layers> </Frame> <Button name="WorldPlanFilterPin" virtual="true" flattenRenderLayers="true" mixin="WorldPlanFilterPinMixin"> <Scripts> <OnClick method="OnClick" /> <OnLoad method="OnLoad" /> <OnEvent method="OnEvent" /> <OnUpdate method="OnUpdate" /> <OnShow method="OnShow" /> <OnHide method="OnHide" /> <OnMouseDown method="OnMouseDown" /> <OnEnter method="OnEnter" /> <OnLeave method="OnLeave" /> </Scripts> <Layers> <Layer level="BACKGROUND"> <Texture parentKey="RewardBorder" setAllPoints="true" /> </Layer> <Layer level="ARTWORK"> <Texture parentKey="icon"> <Anchors> <Anchor point="BOTTOMLEFT" x="1" y="1" /> <Anchor point="TOPRIGHT" x="-1" y="-1" /> </Anchors> </Texture> </Layer> <Layer level="OVERLAY"> <FontString parentKey="count" inherits="WorldPlanNumberFontThin"> <Anchors> <Anchor point="RIGHT" x="-3" /> </Anchors> </FontString> </Layer> </Layers> </Button> </Ui>