Mercurial > wow > buffalo2
comparison Modules/WorldState.xml @ 88:b107b4df7eb6
- core:DynamicReanchor
- top-down evaluation of clustered frames
- core:InternalReanchor(module)
- bottom-up evaluation of target and frames anchored to it
author | Nenue |
---|---|
date | Thu, 20 Oct 2016 04:08:11 -0400 |
parents | 27db212af783 |
children | 74e714637d6a |
comparison
equal
deleted
inserted
replaced
87:27db212af783 | 88:b107b4df7eb6 |
---|---|
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/ | 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/ |
2 ..\FrameXML\UI.xsd"> | 2 ..\FrameXML\UI.xsd"> |
3 | 3 |
4 <Script file="WorldState.lua" /> | 4 <Script file="WorldState.lua" /> |
5 | 5 |
6 <Frame name="VeneerWorldState" mixin="VeneerWorldStateMixin" parent="UIParent" inherits="VeneerMixinScripts"> | 6 <Frame name="VeneerWorldState" mixin="VeneerWorldStateMixin" parent="UIParent" inherits="VeneerMixinScripts, VeneerAnimations"> |
7 <Anchors> | 7 <Anchors> |
8 <Anchor point="TOP" /> | 8 <Anchor point="TOP" /> |
9 </Anchors> | 9 </Anchors> |
10 <Size x="600" y="24" /> | 10 <Size x="600" y="24" /> |
11 <Frames> | 11 <Frames> |
116 </FontString> | 116 </FontString> |
117 </Layer> | 117 </Layer> |
118 </Layers> | 118 </Layers> |
119 </Frame> | 119 </Frame> |
120 | 120 |
121 <Frame name="$parentZoneCurrency" parentKey="ZoneCurrency" mixin="VeneerWorldStateCurrencyMixin" hidden="true" inherits="VeneerMixinScripts"> | 121 <Frame name="$parentZoneCurrency" parentKey="ZoneCurrency" mixin="VeneerWorldStateCurrencyMixin" hidden="true" inherits="VeneerMixinScripts, VeneerAnimations"> |
122 <Anchors> | 122 <Anchors> |
123 <Anchor point="TOPRIGHT" /> | 123 <Anchor point="TOPRIGHT" /> |
124 </Anchors> | 124 </Anchors> |
125 <Layers> | 125 <Layers> |
126 <Layer level="ARTWORK"> | 126 <Layer level="ARTWORK"> |
139 </Anchors> | 139 </Anchors> |
140 </FontString> | 140 </FontString> |
141 </Layer> | 141 </Layer> |
142 </Layers> | 142 </Layers> |
143 </Frame> | 143 </Frame> |
144 | |
144 </Frames> | 145 </Frames> |
145 </Frame> | 146 </Frame> |
147 <Frame name="VeneerOrderHallHandler" hidden="true" parent="UIParent" mixin="VeneerOrderHallMixin" inherits="VeneerMixinScripts" /> | |
146 | 148 |
147 <Frame name="VeneerOrderHallHandler" parent="UIParent" mixin="VeneerOrderHallMixin" inherits="VeneerMixinScripts" /> | |
148 </Ui> | 149 </Ui> |