Mercurial > wow > buffalo2
comparison ObjectiveTracker/ObjectiveTracker.xml @ 24:66b927b46776
Refine the XML data logic, and sort out some EnableMouse inconsistencies.
author | Nenue |
---|---|
date | Mon, 11 Apr 2016 09:07:40 -0400 |
parents | e837384ac363 |
children | 4b3da1b221de |
comparison
equal
deleted
inserted
replaced
23:e837384ac363 | 24:66b927b46776 |
---|---|
1 <Ui> | 1 <Ui> |
2 | 2 |
3 <Frame name="VeneerObjectiveWrapper" parent="UIParent" enableMouse="false" frameStrata="LOW"> | 3 <Frame name="VeneerObjectiveWrapper" parent="UIParent" movable="true" frameStrata="LOW"> |
4 <TitleRegion> | 4 <TitleRegion> |
5 <Size x="300" y="30" /> | 5 <Size x="300" y="30" /> |
6 <Anchors> | 6 <Anchors> |
7 <Anchor point="TOP" /> | 7 <Anchor point="TOP" /> |
8 <Anchor point="BOTTOM" relativePoint="TOP" x="0" y="-30" /> | 8 <Anchor point="BOTTOM" relativePoint="TOP" x="0" y="-30" /> |
84 | 84 |
85 </Layer> | 85 </Layer> |
86 </Layers> | 86 </Layers> |
87 <Frames> | 87 <Frames> |
88 | 88 |
89 <ScrollFrame name="$parentScrollFrame" enableMouseWheel="true" parentKey="scrollArea" parentArray="minimizeFrames"> | 89 <ScrollFrame name="$parentScrollFrame" enableMouseWheel="true" parentKey="scrollArea" parentArray="toggled" hidden="true"> |
90 <Anchors> | 90 <Anchors> |
91 <Anchor point="TOP" /> | 91 <Anchor point="TOP" /> |
92 </Anchors> | 92 </Anchors> |
93 <Layers> | 93 <Layers> |
94 <Layer level="BACKGROUND"> | 94 <Layer level="BACKGROUND"> |
137 <Anchors> | 137 <Anchors> |
138 <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" x="-2" y="0" /> | 138 <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" x="-2" y="0" /> |
139 </Anchors> | 139 </Anchors> |
140 </Button> | 140 </Button> |
141 | 141 |
142 <Button name="$parentQuestMapButton" parentArray="minimizeFrames" parentKey="QuestMapButton" frameStrata="MEDIUM"> | 142 <Button name="$parentQuestMapButton" parentArray="toggled" parentKey="QuestMapButton" frameStrata="MEDIUM"> |
143 <Size x="42" y="16" /> | 143 <Size x="42" y="16" /> |
144 <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> | 144 <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/> |
145 <Anchors> | 145 <Anchors> |
146 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" relativeKey="$parent.CloseButton" x="0" y="0" /> | 146 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" relativeKey="$parent.CloseButton" x="0" y="0" /> |
147 </Anchors> | 147 </Anchors> |
469 | 469 |
470 <Include file="ObjectiveSecure.xml" /> | 470 <Include file="ObjectiveSecure.xml" /> |
471 <Include file="ObjectiveWidgets.xml" /> | 471 <Include file="ObjectiveWidgets.xml" /> |
472 | 472 |
473 <Script file="ObjectiveCore.lua" /> | 473 <Script file="ObjectiveCore.lua" /> |
474 <Script file="ObjectiveInfo.lua" /> | |
475 <Script file="ObjectiveUI.lua" /> | |
476 <Script file="ObjectiveStyle.lua" /> | |
477 <Script file="ObjectiveFrame.lua" /> | 474 <Script file="ObjectiveFrame.lua" /> |
478 <Script file="ObjectiveEvents.lua" /> | |
479 <Script file="ObjectiveWidgets.lua" /> | |
480 <Script file="QuestTracker.lua" /> | 475 <Script file="QuestTracker.lua" /> |
481 <Script file="AchievementsTracker.lua" /> | 476 <Script file="AchievementsTracker.lua" /> |
482 <Script file="AutoQuestPopUpTracker.lua" /> | 477 <Script file="AutoQuestPopUpTracker.lua" /> |
483 <Script file="BonusObjectiveTracker.lua" /> | 478 <Script file="BonusObjectiveTracker.lua" /> |
484 <Script file="ScenarioTracker.lua" /> | 479 <Script file="ScenarioTracker.lua" /> |
485 <Script file="XPTracker.lua" /> | 480 <Script file="XPTracker.lua" /> |
481 <Script file="ObjectiveInfo.lua" /> | |
482 <Script file="ObjectiveUI.lua" /> | |
483 <Script file="ObjectiveStyle.lua" /> | |
484 <Script file="ObjectiveEvents.lua" /> | |
485 <Script file="ObjectiveWidgets.lua" /> | |
486 </Ui> | 486 </Ui> |