vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
<!--
//////////////////////////////////////////////
//
//              SuperInspect.xml
//
//////////////////////////////////////////////
-->

<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/
C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
        <Script file="SuperInspect.lua"/>

        <Frame name="SuperInspectFrame_Load" parent="UIParent" hidden="true"> 
                <Layers>
                        <Layer level="BACKGROUND">
                                <FontString name="SI_DummyText" hidden="true" inherits="GameFontNormal" justifyH="LEFT">
                                        <Anchors>
                                                <Anchor point="TOPLEFT"/>
                                        </Anchors>
                                </FontString>
                        </Layer>
                </Layers>
                <Scripts> 
                        <OnLoad> 
                                SuperInspectFrame_Load_OnLoad(); 
                        </OnLoad> 
                        <OnEvent> 
                                SuperInspectFrame_Load_OnEvent()
                        </OnEvent> 
                </Scripts> 
        </Frame> 
</Ui>

Generated by GNU Enscript 1.6.5.90.