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="ISync_Tooltip.lua"/>
4  
5 <Frame name="ISync_TooltipFrame">
6 <Scripts>
7 <OnLoad>
8 ISync:HookTooltip();
9 </OnLoad>
10  
11 </Scripts>
12 </Frame>
13  
14  
15 <Frame name="ISync_MoneyTooltip" hidden="true" parent="GameTooltip">
16 <Size>
17 <AbsDimension x="160" y="80"/>
18 </Size>
19 <Layers>
20 <Layer level="INFO">
21 <FontString name="$parentText1" inherits="GameFontNormal" hidden="true">
22 <Anchors>
23 <Anchor point="TOPLEFT">
24 <Offset>
25 <AbsDimension x="0" y="0"/>
26 </Offset>
27 </Anchor>
28 </Anchors>
29 </FontString>
30 <FontString name="$parentText2" inherits="GameFontNormal" hidden="true">
31 <Anchors>
32 <Anchor point="TOPLEFT" relativeTo="$parentText1" relativePoint="BOTTOMLEFT">
33 <Offset>
34 <AbsDimension x="0" y="-1"/>
35 </Offset>
36 </Anchor>
37 </Anchors>
38 </FontString>
39 </Layer>
40 </Layers>
41 <Frames>
42 <Frame name="$parentMoney1" inherits="SmallMoneyFrameTemplate" hidden="true" toplevel="true">
43 <Anchors>
44 <Anchor point="LEFT" relativeTo="$parentText1" relativePoint="RIGHT"/>
45 </Anchors>
46 <Scripts>
47 <OnLoad>
48 SmallMoneyFrame_OnLoad();
49 MoneyFrame_SetType("STATIC");
50 </OnLoad>
51 </Scripts>
52 </Frame>
53 <Frame name="$parentMoney2" inherits="SmallMoneyFrameTemplate" hidden="true" toplevel="true">
54 <Anchors>
55 <Anchor point="LEFT" relativeTo="$parentText2" relativePoint="RIGHT"/>
56 </Anchors>
57 <Scripts>
58 <OnLoad>
59 SmallMoneyFrame_OnLoad();
60 MoneyFrame_SetType("STATIC");
61 </OnLoad>
62 </Scripts>
63 </Frame>
64 </Frames>
65 </Frame>
66  
67  
68 <Frame name="ISync_MoneyTooltipItemRef" hidden="true" parent="ItemRefTooltip">
69 <Size>
70 <AbsDimension x="160" y="80"/>
71 </Size>
72 <Layers>
73 <Layer level="INFO">
74 <FontString name="$parentText1" inherits="GameFontNormal" hidden="true">
75 <Anchors>
76 <Anchor point="TOPLEFT">
77 <Offset>
78 <AbsDimension x="0" y="0"/>
79 </Offset>
80 </Anchor>
81 </Anchors>
82 </FontString>
83 <FontString name="$parentText2" inherits="GameFontNormal" hidden="true">
84 <Anchors>
85 <Anchor point="TOPLEFT" relativeTo="$parentText1" relativePoint="BOTTOMLEFT">
86 <Offset>
87 <AbsDimension x="0" y="-1"/>
88 </Offset>
89 </Anchor>
90 </Anchors>
91 </FontString>
92 </Layer>
93 </Layers>
94 <Frames>
95 <Frame name="$parentMoney1" inherits="SmallMoneyFrameTemplate" hidden="true" toplevel="true">
96 <Anchors>
97 <Anchor point="LEFT" relativeTo="$parentText1" relativePoint="RIGHT"/>
98 </Anchors>
99 <Scripts>
100 <OnLoad>
101 SmallMoneyFrame_OnLoad();
102 MoneyFrame_SetType("STATIC");
103 </OnLoad>
104 </Scripts>
105 </Frame>
106 <Frame name="$parentMoney2" inherits="SmallMoneyFrameTemplate" hidden="true" toplevel="true">
107 <Anchors>
108 <Anchor point="LEFT" relativeTo="$parentText2" relativePoint="RIGHT"/>
109 </Anchors>
110 <Scripts>
111 <OnLoad>
112 SmallMoneyFrame_OnLoad();
113 MoneyFrame_SetType("STATIC");
114 </OnLoad>
115 </Scripts>
116 </Frame>
117 </Frames>
118 </Frame>
119  
120  
121 <Frame name="ISync_ItemRefTooltipIcon" parent="ItemRefTooltip" hidden="true">
122 <Size>
123 <AbsDimension x="39" y="39"/>
124 </Size>
125 <Layers>
126 <Layer level="ARTWORK">
127 <Texture name="$parentTexture">
128 <Size>
129 <AbsDimension x="39" y="39"/>
130 </Size>
131 <Anchors>
132 <Anchor point="TOPLEFT">
133 <Offset>
134 <AbsDimension x="0" y="0"/>
135 </Offset>
136 </Anchor>
137 </Anchors>
138 </Texture>
139 </Layer>
140 </Layers>
141 <Anchors>
142 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
143 <Offset>
144 <AbsDimension x="-37" y="-3"/>
145 </Offset>
146 </Anchor>
147 </Anchors>
148 </Frame>
149  
150 <Frame name="ISync_GameTooltipIcon" parent="GameTooltip" hidden="true">
151 <Size>
152 <AbsDimension x="39" y="39"/>
153 </Size>
154 <Layers>
155 <Layer level="ARTWORK">
156 <Texture name="$parentTexture">
157 <Size>
158 <AbsDimension x="39" y="39"/>
159 </Size>
160 <Anchors>
161 <Anchor point="TOPLEFT">
162 <Offset>
163 <AbsDimension x="0" y="0"/>
164 </Offset>
165 </Anchor>
166 </Anchors>
167 </Texture>
168 </Layer>
169 </Layers>
170 <Anchors>
171 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
172 <Offset>
173 <AbsDimension x="-37" y="-3"/>
174 </Offset>
175 </Anchor>
176 </Anchors>
177 </Frame>
178  
179  
180 </Ui>