annotate Modules/WorldState.xml @ 103:8df154a2bfd6 v7.1.5-r104

- Fixed a tainting issue caused by trying to hook ToggleAllBags
author Nenue
date Thu, 26 Jan 2017 17:36:12 -0500
parents bb38bc0e787f
children 2105b6e5095f
rev   line source
Nenue@84 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@84 2 ..\FrameXML\UI.xsd">
Nenue@84 3
Nenue@84 4 <Script file="WorldState.lua" />
Nenue@84 5
Nenue@93 6 <Frame name="VeneerWorldState" mixin="VeneerWorldStateMixin" parent="UIParent" inherits="VeneerMixinScripts">
Nenue@96 7 <Size x="600" y="24" />
Nenue@84 8 <Anchors>
Nenue@84 9 <Anchor point="TOP" />
Nenue@84 10 </Anchors>
Nenue@84 11 <Frames>
Nenue@89 12 <Frame name="$parentZoneCurrency" mixin="VeneerWorldStateCurrencyMixin" hidden="true" inherits="VeneerMixinScripts, VeneerAnimations">
Nenue@89 13 <Size x="240" y="24" />
Nenue@84 14 <Anchors>
Nenue@89 15 <Anchor point="TOP" />
Nenue@84 16 </Anchors>
Nenue@84 17 <Layers>
Nenue@84 18 <Layer level="ARTWORK">
Nenue@84 19 <Texture parentKey="Icon" >
Nenue@89 20 <Size x="16" y="16" />
Nenue@84 21 <Anchors>
Nenue@84 22 <Anchor point="LEFT" />
Nenue@84 23 </Anchors>
Nenue@84 24 </Texture>
Nenue@84 25 </Layer>
Nenue@84 26 <Layer level="OVERLAY">
Nenue@84 27 <FontString parentKey="Label" inherits="VeneerNumberFont">
Nenue@84 28 <Anchors>
Nenue@84 29 <Anchor point="LEFT" relativePoint="RIGHT" relativeKey="$parent.Icon" x="2" y="0" />
Nenue@84 30 </Anchors>
Nenue@84 31 </FontString>
Nenue@84 32 </Layer>
Nenue@84 33 </Layers>
Nenue@84 34 </Frame>
Nenue@84 35 </Frames>
Nenue@84 36 </Frame>
Nenue@88 37 <Frame name="VeneerOrderHallHandler" hidden="true" parent="UIParent" mixin="VeneerOrderHallMixin" inherits="VeneerMixinScripts" />
Nenue@84 38
Nenue@84 39 </Ui>