view FilterBar.xml @ 87:7185905e4894

Added tag v1.4.6 for changeset effb42f6fabd
author Nenue
date Mon, 10 Apr 2017 18:05:49 -0400
parents db570c6a0ffb
children 98b5e08b75ed
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>

    <Size x="24" y="24" />

  </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>