vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 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 C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
3 <Include file="SeaHooks\SeaHooks.xml"/>
4  
5 <Script file="DetachedMiniButtons.lua" />
6 <Frame name="DetachedMiniButtonsFrame" hidden="false" parent="UIParent">
7 <Size>
8 <AbsDimension x="1" y="1"/>
9 </Size>
10 <Anchors>
11 <Anchor point="TOP">
12 <offset>
13 <AbsDimension x="-100" y="-100"/>
14 </offset>
15 </Anchor>
16 </Anchors>
17 <Scripts>
18 <OnLoad>
19 DetachedMiniButtons_OnLoad();
20 </OnLoad>
21 <OnEvent>
22 DetachedMiniButtons_OnEvent(event);
23 </OnEvent>
24 <OnUpdate>
25 DetachedMiniButtons_OnUpdate();
26 </OnUpdate>
27 </Scripts>
28 </Frame>
29 </Ui>
30