comparison TimeManager/TimeManager.xml @ 59:07ef62fe201f

Re-write of BuffFrame module: - uses secure hooks on blizzard BuffFrame.lua functions to determine needed action - make use of built-in table behavior to reduce unnecessary frame updates
author Nenue
date Thu, 28 Jul 2016 18:27:56 -0400
parents dd9b5f59632c
children
comparison
equal deleted inserted replaced
58:f253baf6022d 59:07ef62fe201f
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 4
5 <Frame name="VeneerClock" parent="UIParent" hidden="false"> 5 <Frame name="VeneerClock" parent="UIParent" hidden="false" clampedToScreen="true">
6 <Scripts> 6 <Scripts>
7 <OnLoad> 7 <OnLoad>
8 self.drag = true
8 self.toggle = true 9 self.toggle = true
9 Veneer.RegisterModuleFrame(self, 'Clock') 10 Veneer.RegisterModuleFrame(self, 'Clock')
10 </OnLoad> 11 </OnLoad>
11 </Scripts> 12 </Scripts>
12 <Size x="280" y="16" /> 13 <Size x="280" y="16" />
32 </Anchors> 33 </Anchors>
33 <Color r="1" g="1" b="1" a="1" /> 34 <Color r="1" g="1" b="1" a="1" />
34 </FontString> 35 </FontString>
35 </Layer> 36 </Layer>
36 </Layers> 37 </Layers>
37 <Scripts>
38 <OnUpdate>
39 </OnUpdate>
40 </Scripts>
41 </Frame> 38 </Frame>
42 39
43 <Script file="TimeManager.lua" /> 40 <Script file="TimeManager.lua" />
44 41
45 </Ui> 42 </Ui>