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/"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd">
4  
5  
6 <Frame name="LT_SettingsFrameTemplate" virtual="true">
7 <Size x="210" y="540"/>
8 <Frames>
9  
10 <!-- Session controls -->
11  
12 <Frame name="LT_SessionFrameLabel" inherits="LT_LabelTemplate">
13 <Anchors>
14 <Anchor point="TopLEFT" relativeTo="$parent" relativePoint="TopLEFT"/>
15 </Anchors>
16 <Scripts>
17 <OnShow>LT_SessionFrameLabelText:SetText(LT_LABEL_CHANGESESSION);</OnShow>
18 </Scripts>
19 </Frame>
20  
21 <Frame name="LT_SessionFrame" inherits="LT_SessionChangeTemplate">
22 <Anchors>
23 <Anchor point="TopLEFT" relativeTo="LT_SessionFrameLabel" relativePoint="BottomLEFT"><Offset x="0" y="-2"/></Anchor>
24 </Anchors>
25 </Frame>
26  
27 <!-- General controls -->
28  
29 <Frame name="LT_GeneralFrameLabel" inherits="LT_LabelTemplate">
30 <Anchors>
31 <Anchor point="TopLEFT" relativePoint="BottomLEFT" relativeTo="LT_SessionFrame"><Offset x="0" y="-6"/></Anchor>
32 </Anchors>
33 <Scripts>
34 <OnShow>LT_GeneralFrameLabelText:SetText(LT_LABEL_SETTINGS);</OnShow>
35 </Scripts>
36 </Frame>
37  
38 <Frame name="LT_GeneralFrame" inherits="LT_GeneralSettingsTemplate">
39 <Anchors>
40 <Anchor point="TopLEFT" relativeTo="LT_GeneralFrameLabel" relativePoint="BottomLEFT"><Offset x="0" y="-2"/></Anchor>
41 </Anchors>
42 </Frame>
43  
44  
45 <!-- Tooltip controls -->
46  
47 <Frame name="LT_TooltipFrameLabel" inherits="LT_LabelTemplate">
48 <Anchors>
49 <Anchor point="TopLEFT" relativePoint="BottomLEFT" relativeTo="LT_GeneralFrame"><Offset x="0" y="-6"/></Anchor>
50 </Anchors>
51 <Scripts>
52 <OnShow>LT_TooltipFrameLabelText:SetText(LT_LABEL_TOOLTIP);</OnShow>
53 </Scripts>
54 </Frame>
55  
56 <Frame name="LT_TooltipFrame" inherits="LT_TitanSettingsTemplate">
57 <Anchors>
58 <Anchor point="TopLEFT" relativeTo="LT_TooltipFrameLabel" relativePoint="BottomLEFT"><Offset x="0" y="-2"/></Anchor>
59 </Anchors>
60 </Frame>
61  
62 </Frames>
63 </Frame>
64  
65 </Ui>