vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <!--
2 //////////////////////////////////////////////
3 //
4 // SuperInspect.xml
5 //
6 //////////////////////////////////////////////
7 -->
8  
9 <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/
10 C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
11 <Script file="SuperInspect.lua"/>
12  
13 <Frame name="SuperInspectFrame_Load" parent="UIParent" hidden="true">
14 <Layers>
15 <Layer level="BACKGROUND">
16 <FontString name="SI_DummyText" hidden="true" inherits="GameFontNormal" justifyH="LEFT">
17 <Anchors>
18 <Anchor point="TOPLEFT"/>
19 </Anchors>
20 </FontString>
21 </Layer>
22 </Layers>
23 <Scripts>
24 <OnLoad>
25 SuperInspectFrame_Load_OnLoad();
26 </OnLoad>
27 <OnEvent>
28 SuperInspectFrame_Load_OnEvent()
29 </OnEvent>
30 </Scripts>
31 </Frame>
32 </Ui>