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="KC_LinkviewFrame" inherits="AceGUIDialogTemplate" hidden="true" parent="UIParent" toplevel="TRUE" frameStrata="MEDIUM">
        <Frames>
            <!-- Command options and arguments selection -->
            <Frame name="$parentSortBox" inherits="AceGUIOptionsBoxTemplate">
                <Frames>
                    <Button name="$parentTier1" inherits="AceGUIDropDownTemplate"/>
                    <Button name="$parentTier2" inherits="AceGUIDropDownTemplate"/>
                    <Button name="$parentTier3" inherits="AceGUIDropDownTemplate"/>
                                        <Button name="$parentOrder" inherits="AceGUIPanelButtonTemplate"/>                              
                </Frames>
            </Frame>
                        <Button name="$parentItemsCount" inherits="AceGUIButtonTemplate"/>      
                        <Frame name="$parentItems" inherits="AceGUIListBoxTemplate">
                <Frames>
                                        <Button name="$parentRow1" inherits="AceGUIListBoxRowTemplate"/>
                                        <Button name="$parentRow2" inherits="AceGUIListBoxRowTemplate"/>
                                        <Button name="$parentRow3" inherits="AceGUIListBoxRowTemplate"/>
                                        <Button name="$parentRow4" inherits="AceGUIListBoxRowTemplate"/>
                                        <Button name="$parentRow5" inherits="AceGUIListBoxRowTemplate"/>
                                        <Button name="$parentRow6" inherits="AceGUIListBoxRowTemplate"/>
                                        <Button name="$parentRow7" inherits="AceGUIListBoxRowTemplate"/>
                                        <Button name="$parentRow8" inherits="AceGUIListBoxRowTemplate"/>
                                        <Button name="$parentRow9" inherits="AceGUIListBoxRowTemplate"/>
                                        <Button name="$parentRow10" inherits="AceGUIListBoxRowTemplate"/>
                                        <Button name="$parentRow11" inherits="AceGUIListBoxRowTemplate"/>
                                        <Button name="$parentRow12" inherits="AceGUIListBoxRowTemplate"/>
                                        <Button name="$parentRow13" inherits="AceGUIListBoxRowTemplate"/>
                                        <Button name="$parentRow14" inherits="AceGUIListBoxRowTemplate"/>
                                        <Button name="$parentRow15" inherits="AceGUIListBoxRowTemplate"/>
                                        <Button name="$parentRow16" inherits="AceGUIListBoxRowTemplate"/>
                                        <Button name="$parentRow17" inherits="AceGUIListBoxRowTemplate"/>
                                        <Button name="$parentRow18" inherits="AceGUIListBoxRowTemplate"/>
                                </Frames>
            </Frame>
            <Frame name="$parentSearchBox" inherits="AceGUIOptionsBoxTemplate">
                                <Frames>
                    <EditBox name="$parentSearchText" inherits="AceGUIInputBoxTemplate"/>
                                        <Button name="$parentSearchButton" inherits="AceGUIPanelButtonTemplate"/>
                                </Frames>
                        </Frame>
                        <Button name="$parentAdvSearchButton" inherits="AceGUIPanelButtonTemplate"/>
        </Frames>
    </Frame>
        
         <Frame name="KC_AdvSearchFrame" inherits="AceGUIDialogTemplate" hidden="true" parent="UIParent">
        <Frames>
                        <Button name="$parentReset" inherits="AceGUIPanelButtonTemplate"/>
                        <Frame name="$parentConfigBox" inherits="AceGUIOptionsBoxTemplate">
                                <Frames>
                                        <Button name="$parentQuality"   inherits="AceGUIDropDownTemplate"/>
                                        <Button name="$parentMinLevel"  inherits="AceGUIDropDownTemplate"/>
                                        <Button name="$parentClass"             inherits="AceGUIDropDownTemplate"/>
                                        <Button name="$parentSubClass"  inherits="AceGUIDropDownTemplate"/>
                                        <Button name="$parentLocation"  inherits="AceGUIDropDownTemplate"/>
                                </Frames>
                        </Frame>
                        <Frame name="$parentSearchBox" inherits="AceGUIOptionsBoxTemplate">
                                <Frames>
                    <EditBox name="$parentSearchText" inherits="AceGUIInputBoxTemplate"/>
                                        <CheckButton name="$parentExtSearch" inherits="AceGUICheckBoxTemplate"/>
                                </Frames>
                        </Frame>
                        <Button name="$parentSearchButton" inherits="AceGUIPanelButtonTemplate"/>
        </Frames>
    </Frame>

        <Frame name="KC_LinkviewIcon" parent="GameTooltip" hidden="true">
                <Size>
                        <AbsDimension y="37" x="37"/>
                </Size>
                <Anchors>
                        <Anchor point="TOPRIGHT" relativePoint="TOPLEFT">
                                <Offset>
                                        <AbsDimension y="-3" x="0"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <Layers>
                        <Layer level="BORDER">
                                <Texture name="$parentTexture" setAllPoints="true"/>
                        </Layer>
                </Layers>
        </Frame>
        
</Ui>