annotate WorldQuests.xml @ 73:25f7dbc20a72

fix WorldMapTooltip getting stranded when flightmap is closed - quests that are not valid spell targets will have their icon go red - auto-complete scrolls will no longer hide pin frames; instead they become click through and blizzard POIs are activated beneath for taint-free interaction
author Nenue
date Fri, 07 Apr 2017 07:20:28 -0400
parents 96183f981acb
children 78d78dc77822
rev   line source
Nenue@33 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/
Nenue@33 2 ..\FrameXML\UI.xsd">
Nenue@33 3 <Script file="WorldQuests.lua" />
Nenue@33 4
Nenue@33 5
Nenue@33 6 <Frame name="$parentQuests" mixin="WorldPlanQuestsMixin" parent="WorldPlan">
Nenue@67 7
Nenue@33 8 <Scripts>
Nenue@33 9 <OnLoad method="OnLoad" />
Nenue@33 10 <OnEvent method="OnEvent" />
Nenue@67 11 <OnUpdate method="OnUpdate" />
Nenue@33 12 <OnShow method="OnShow" />
Nenue@33 13 </Scripts>
Nenue@67 14
Nenue@67 15 <Frames>
Nenue@67 16 <CheckButton name="$parentToggle" parentKey="Toggle" >
Nenue@67 17 <Size x="20" y="20" />
Nenue@67 18 <Anchors>
Nenue@67 19 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" x="2" y="-6" />
Nenue@67 20 </Anchors>
Nenue@67 21 <Layers>
Nenue@67 22 <Layer level="BACKGROUND">
Nenue@67 23 <Texture setAllPoints="false">
Nenue@67 24 <Anchors>
Nenue@67 25 <Anchor point="TOPRIGHT" x="-1" y="-1" />
Nenue@67 26 <Anchor point="BOTTOMLEFT" x="1" y="1" />
Nenue@67 27 </Anchors>
Nenue@67 28 <Color a="1" r="0" g="0" b="0" />
Nenue@67 29 </Texture>
Nenue@67 30 </Layer>
Nenue@67 31 </Layers>
Nenue@67 32
Nenue@67 33 <ButtonText inherits="GameFontNormal" text="World Quests">
Nenue@67 34 <Anchors>
Nenue@67 35 <Anchor point="LEFT" relativePoint="RIGHT" x="3" />
Nenue@67 36 </Anchors>
Nenue@67 37 </ButtonText>
Nenue@67 38 <NormalTexture setAllPoints="true">
Nenue@67 39 <Color a=".25" r="0" g="0" b="0" />
Nenue@67 40 </NormalTexture>
Nenue@67 41 <CheckedTexture setAllPoints="false">
Nenue@67 42 <Anchors>
Nenue@67 43 <Anchor point="TOPRIGHT" x="-1" y="-1" />
Nenue@67 44 <Anchor point="BOTTOMLEFT" x="1" y="1" />
Nenue@67 45 </Anchors>
Nenue@67 46 <Color a=".75" r="1" g="1" b="1" />
Nenue@67 47 </CheckedTexture>
Nenue@67 48 </CheckButton>
Nenue@67 49 </Frames>
Nenue@33 50 </Frame>
Nenue@33 51
Nenue@33 52 </Ui>