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">
        <Script file="localization.lua"/>
        <Script file="QuestHistory.lua"/>
        <Include file="QuestHistoryTemplates.xml"/>
        <Include file="QuestHistoryFrame.xml"/>
        <Include file="QuestHistoryOptionsFrame.xml"/>
        <Include file="QuestHistoryDetailFrame.xml"/>
        <Include file="QuestHistoryEditFrame.xml"/>
        <Button name="QuestHistoryTooltip" frameStrata="TOOLTIP" parent="UIParent" hidden="true">
                <Size>
                        <AbsDimension x="120" y="80"/>
                </Size>
                <Backdrop name="QuestHistoryTooltipBackdrop" bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
                        <EdgeSize>
                                <AbsValue val="16"/>
                        </EdgeSize>
                        <TileSize>
                                <AbsValue val="16"/>
                        </TileSize>
                        <BackgroundInsets>
                                <AbsInset left="5" right="5" top="5" bottom="5"/>
                        </BackgroundInsets>
                </Backdrop>
                <NormalText name="QuestHistoryTooltipText" inherits="GameTooltipTextSmall" justifyH="LEFT" justifyV="TOP" hidden="false">
                        <Size>
                                <AbsDimension x="100" y="60"/>
                        </Size>
                        <Anchors>
                                <Anchor point="TOPLEFT">
                                        <Offset>
                                                <AbsDimension x="10" y="-10"/>
                                        </Offset>
                                </Anchor>
                        </Anchors>
                </NormalText>
        </Button>
        <Frame name="QuestHistoryTimerFrame" parent="UIParent" visible="false">
                <Scripts>
                        <OnUpdate>
                                QuestHistory_Timer_OnUpdate();
                        </OnUpdate>
                </Scripts>
        </Frame>
</Ui>

Generated by GNU Enscript 1.6.5.90.