vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <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/
2 ..\FrameXML\UI.xsd">
3 <Script file="localization.lua"/>
4 <Script file="QuestHistory.lua"/>
5 <Include file="QuestHistoryTemplates.xml"/>
6 <Include file="QuestHistoryFrame.xml"/>
7 <Include file="QuestHistoryOptionsFrame.xml"/>
8 <Include file="QuestHistoryDetailFrame.xml"/>
9 <Include file="QuestHistoryEditFrame.xml"/>
10 <Button name="QuestHistoryTooltip" frameStrata="TOOLTIP" parent="UIParent" hidden="true">
11 <Size>
12 <AbsDimension x="120" y="80"/>
13 </Size>
14 <Backdrop name="QuestHistoryTooltipBackdrop" bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
15 <EdgeSize>
16 <AbsValue val="16"/>
17 </EdgeSize>
18 <TileSize>
19 <AbsValue val="16"/>
20 </TileSize>
21 <BackgroundInsets>
22 <AbsInset left="5" right="5" top="5" bottom="5"/>
23 </BackgroundInsets>
24 </Backdrop>
25 <NormalText name="QuestHistoryTooltipText" inherits="GameTooltipTextSmall" justifyH="LEFT" justifyV="TOP" hidden="false">
26 <Size>
27 <AbsDimension x="100" y="60"/>
28 </Size>
29 <Anchors>
30 <Anchor point="TOPLEFT">
31 <Offset>
32 <AbsDimension x="10" y="-10"/>
33 </Offset>
34 </Anchor>
35 </Anchors>
36 </NormalText>
37 </Button>
38 <Frame name="QuestHistoryTimerFrame" parent="UIParent" visible="false">
39 <Scripts>
40 <OnUpdate>
41 QuestHistory_Timer_OnUpdate();
42 </OnUpdate>
43 </Scripts>
44 </Frame>
45 </Ui>