view WorldQuests.xml @ 74:2ba11b25aa7f

flight map data handler adjustments
author Nenue
date Sat, 08 Apr 2017 17:07:58 -0400
parents 96183f981acb
children 78d78dc77822
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="WorldQuests.lua" />


  <Frame name="$parentQuests" mixin="WorldPlanQuestsMixin" parent="WorldPlan">

    <Scripts>
      <OnLoad method="OnLoad" />
      <OnEvent method="OnEvent" />
      <OnUpdate method="OnUpdate" />
      <OnShow method="OnShow" />
    </Scripts>

    <Frames>
      <CheckButton name="$parentToggle" parentKey="Toggle" >
        <Size x="20" y="20" />
        <Anchors>
          <Anchor point="TOPLEFT" relativePoint="TOPLEFT" x="2" y="-6" />
        </Anchors>
        <Layers>
          <Layer level="BACKGROUND">
            <Texture setAllPoints="false">
              <Anchors>
                <Anchor point="TOPRIGHT" x="-1" y="-1" />
                <Anchor point="BOTTOMLEFT" x="1" y="1" />
              </Anchors>
              <Color a="1" r="0" g="0" b="0" />
            </Texture>
          </Layer>
        </Layers>

        <ButtonText inherits="GameFontNormal" text="World Quests">
          <Anchors>
            <Anchor point="LEFT" relativePoint="RIGHT" x="3" />
          </Anchors>
        </ButtonText>
        <NormalTexture setAllPoints="true">
          <Color a=".25" r="0" g="0" b="0" />
        </NormalTexture>
        <CheckedTexture setAllPoints="false">
          <Anchors>
            <Anchor point="TOPRIGHT" x="-1" y="-1" />
            <Anchor point="BOTTOMLEFT" x="1" y="1" />
          </Anchors>
          <Color a=".75" r="1" g="1" b="1" />
        </CheckedTexture>
      </CheckButton>
    </Frames>
  </Frame>

  </Ui>