vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
<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/ ..\FrameXML\UI.xsd">


    <Frame name="LT_SettingsFrameTemplate" virtual="true">
        <Size x="210" y="540"/>
        <Frames>
        
            <!-- Session controls -->
            
            <Frame name="LT_SessionFrameLabel" inherits="LT_LabelTemplate">
                <Anchors>
                    <Anchor point="TopLEFT" relativeTo="$parent" relativePoint="TopLEFT"/>
                </Anchors>
                <Scripts>
                    <OnShow>LT_SessionFrameLabelText:SetText(LT_LABEL_CHANGESESSION);</OnShow>
                </Scripts>
            </Frame>
            
            <Frame name="LT_SessionFrame" inherits="LT_SessionChangeTemplate">
                <Anchors>
                    <Anchor point="TopLEFT" relativeTo="LT_SessionFrameLabel" relativePoint="BottomLEFT"><Offset x="0" y="-2"/></Anchor>
                </Anchors>
            </Frame>
            
            <!-- General controls -->
            
            <Frame name="LT_GeneralFrameLabel" inherits="LT_LabelTemplate">
                <Anchors>
                    <Anchor point="TopLEFT" relativePoint="BottomLEFT" relativeTo="LT_SessionFrame"><Offset x="0" y="-6"/></Anchor>
                </Anchors>
                <Scripts>
                    <OnShow>LT_GeneralFrameLabelText:SetText(LT_LABEL_SETTINGS);</OnShow>
                </Scripts>
            </Frame>

            <Frame name="LT_GeneralFrame" inherits="LT_GeneralSettingsTemplate">
                <Anchors>
                    <Anchor point="TopLEFT" relativeTo="LT_GeneralFrameLabel" relativePoint="BottomLEFT"><Offset x="0" y="-2"/></Anchor>
                </Anchors>
            </Frame>
            
            
            <!-- Tooltip controls -->
            
            <Frame name="LT_TooltipFrameLabel" inherits="LT_LabelTemplate">
                <Anchors>
                    <Anchor point="TopLEFT" relativePoint="BottomLEFT" relativeTo="LT_GeneralFrame"><Offset x="0" y="-6"/></Anchor>
                </Anchors>
                <Scripts>
                    <OnShow>LT_TooltipFrameLabelText:SetText(LT_LABEL_TOOLTIP);</OnShow>
                </Scripts>
            </Frame>
            
            <Frame name="LT_TooltipFrame" inherits="LT_TitanSettingsTemplate">
                <Anchors>
                    <Anchor point="TopLEFT" relativeTo="LT_TooltipFrameLabel" relativePoint="BottomLEFT"><Offset x="0" y="-2"/></Anchor>
                </Anchors>
            </Frame>
    
        </Frames>
    </Frame>

</Ui>

Generated by GNU Enscript 1.6.5.90.