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 <CheckButton name="SpecialTalentFrameTabTemplate" virtual="true" hidden="true">
4 <Size>
5 <AbsDimension x="32" y="32"/>
6 </Size>
7 <Layers>
8 <Layer level="BACKGROUND">
9 <Texture file="Interface\SpellBook\SpellBook-SkillLineTab">
10 <Size>
11 <AbsDimension x="64" y="64"/>
12 </Size>
13 <Anchors>
14 <Anchor point="TOPLEFT">
15 <Offset>
16 <AbsDimension x="-3" y="11"/>
17 </Offset>
18 </Anchor>
19 </Anchors>
20 </Texture>
21 </Layer>
22 </Layers>
23 <Scripts>
24 <OnClick>
25 SpecialTalentFrameTab_OnClick();
26 </OnClick>
27 <OnEnter>
28 GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
29 GameTooltip:SetText(this.tooltip);
30 </OnEnter>
31 <OnLeave>
32 GameTooltip:Hide();
33 </OnLeave>
34 </Scripts>
35 <NormalTexture/>
36 <HighlightTexture file="Interface\Buttons\ButtonHilight-Square" alphaMode="ADD"/>
37 <CheckedTexture file="Interface\Buttons\CheckButtonHilight" alphaMode="ADD"/>
38 </CheckButton>
39 <Texture name="SpecialTalentBranchTemplate" file="Interface\TalentFrame\UI-TalentBranches" virtual="true">
40 <Size>
41 <AbsDimension x="32" y="32"/>
42 </Size>
43 <Anchors>
44 <Anchor point="TOPLEFT"/>
45 </Anchors>
46 </Texture>
47 <Texture name="SpecialTalentArrowTemplate" file="Interface\TalentFrame\UI-TalentArrows" virtual="true">
48 <Size>
49 <AbsDimension x="32" y="32"/>
50 </Size>
51 <Anchors>
52 <Anchor point="TOPLEFT"/>
53 </Anchors>
54 </Texture>
55 <Button name="SpecialTalentButtonTemplate" virtual="true">
56 <Size>
57 <AbsDimension x="32" y="32"/>
58 </Size>
59 <Anchors>
60 <Anchor point="TOPLEFT"/>
61 </Anchors>
62 <Layers>
63 <Layer level="BORDER">
64 <Texture name="$parentIconTexture"/>
65 </Layer>
66 <Layer level="BACKGROUND">
67 <Texture name="$parentSlot" file="Interface\Buttons\UI-EmptySlot-White">
68 <Size>
69 <AbsDimension x="55" y="55"/>
70 </Size>
71 <Anchors>
72 <Anchor point="CENTER">
73 <Offset>
74 <AbsDimension x="0" y="0"/>
75 </Offset>
76 </Anchor>
77 </Anchors>
78 </Texture>
79 </Layer>
80 <Layer level="OVERLAY">
81 <Texture name="$parentRankBorder" file="Interface\TalentFrame\TalentFrame-RankBorder">
82 <Size>
83 <AbsDimension x="24" y="24"/>
84 </Size>
85 <Anchors>
86 <Anchor point="CENTER" relativePoint="BOTTOMRIGHT">
87 <Offset>
88 <AbsDimension x="0" y="0"/>
89 </Offset>
90 </Anchor>
91 </Anchors>
92 </Texture>
93 <FontString name="$parentRank" inherits="GameFontNormalSmall">
94 <Anchors>
95 <Anchor point="CENTER" relativeTo="$parentRankBorder">
96 <Offset>
97 <AbsDimension x="0" y="0"/>
98 </Offset>
99 </Anchor>
100 </Anchors>
101 </FontString>
102 <Texture name="$parentPlannedBorder" file="Interface\TalentFrame\TalentFrame-RankBorder">
103 <Size>
104 <AbsDimension x="24" y="24"/>
105 </Size>
106 <Anchors>
107 <Anchor point="CENTER" relativePoint="BOTTOMLEFT">
108 <Offset>
109 <AbsDimension x="0" y="0"/>
110 </Offset>
111 </Anchor>
112 </Anchors>
113 </Texture>
114 <FontString name="$parentPlanned" inherits="GameFontNormalSmall">
115 <Anchors>
116 <Anchor point="CENTER" relativeTo="$parentPlannedBorder">
117 <Offset>
118 <AbsDimension x="0" y="0"/>
119 </Offset>
120 </Anchor>
121 </Anchors>
122 </FontString>
123 </Layer>
124 </Layers>
125 <Scripts>
126 <OnLoad>
127 this:RegisterEvent("CHARACTER_POINTS_CHANGED");
128 this.tabID = this:GetParent():GetID();
129 this:RegisterForClicks("LeftButtonUp", "RightButtonUp");
130 </OnLoad>
131 <OnEvent>
132 SpecialTalentFrameTalent_OnEvent();
133 </OnEvent>
134 <OnEnter>
135 SpecialTalentButton_OnEnter();
136 --GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
137 --GameTooltip:SetTalent(this.tabID, this:GetID());
138 </OnEnter>
139 <OnLeave>
140 GameTooltip:Hide();
141 </OnLeave>
142 <OnClick>
143 SpecialTalentFrameTalent_OnClick();
144 </OnClick>
145 <OnMouseWheel>
146 SpecialTalentFrameTalent_OnMouseWheel(arg1);
147 </OnMouseWheel>
148 </Scripts>
149 </Button>
150 <Frame name="SpecialTalentFrameTabFrameTemplate" virtual="true">
151 <Size>
152 <AbsDimension x="293" y="256"/>
153 </Size>
154 <Layers>
155 <Layer level="BACKGROUND">
156 <Texture name="$parentBackgroundTopLeft">
157 <Size>
158 <AbsDimension x="256" y="256"/>
159 </Size>
160 <Anchors>
161 <Anchor point="TOPLEFT">
162 <Offset>
163 <AbsDimension x="23" y="-20"/>
164 </Offset>
165 </Anchor>
166 </Anchors>
167 </Texture>
168 <Texture name="$parentBackgroundTopRight">
169 <Size>
170 <AbsDimension x="35" y="256"/>
171 </Size>
172 <Anchors>
173 <Anchor point="TOPLEFT" relativeTo="$parentBackgroundTopLeft" relativePoint="TOPRIGHT">
174 <Offset>
175 <AbsDimension x="0" y="0"/>
176 </Offset>
177 </Anchor>
178 </Anchors>
179 </Texture>
180 <Texture name="$parentBackgroundBottomLeft">
181 <Size>
182 <AbsDimension x="256" y="256"/>
183 </Size>
184 <Anchors>
185 <Anchor point="TOPLEFT" relativeTo="$parentBackgroundTopLeft" relativePoint="BOTTOMLEFT">
186 <Offset>
187 <AbsDimension x="0" y="0"/>
188 </Offset>
189 </Anchor>
190 </Anchors>
191 </Texture>
192 <Texture name="$parentBackgroundBottomRight">
193 <Size>
194 <AbsDimension x="35" y="256"/>
195 </Size>
196 <Anchors>
197 <Anchor point="TOPLEFT" relativeTo="$parentBackgroundTopLeft" relativePoint="BOTTOMRIGHT">
198 <Offset>
199 <AbsDimension x="0" y="0"/>
200 </Offset>
201 </Anchor>
202 </Anchors>
203 </Texture>
204 </Layer>
205 <Layer level="ARTWORK">
206 <FontString name="$parentSpentPoints" inherits="GameFontHighlightSmall">
207 <Anchors>
208 <Anchor point="TOP">
209 <Offset>
210 <AbsDimension x="18" y="-22"/>
211 </Offset>
212 </Anchor>
213 </Anchors>
214 </FontString>
215 </Layer>
216 <Layer level="OVERLAY">
217 <Texture name="$parentBranch1" inherits="SpecialTalentBranchTemplate"/>
218 <Texture name="$parentBranch2" inherits="SpecialTalentBranchTemplate"/>
219 <Texture name="$parentBranch3" inherits="SpecialTalentBranchTemplate"/>
220 <Texture name="$parentBranch4" inherits="SpecialTalentBranchTemplate"/>
221 <Texture name="$parentBranch5" inherits="SpecialTalentBranchTemplate"/>
222 <Texture name="$parentBranch6" inherits="SpecialTalentBranchTemplate"/>
223 <Texture name="$parentBranch7" inherits="SpecialTalentBranchTemplate"/>
224 <Texture name="$parentBranch8" inherits="SpecialTalentBranchTemplate"/>
225 <Texture name="$parentBranch9" inherits="SpecialTalentBranchTemplate"/>
226 <Texture name="$parentBranch10" inherits="SpecialTalentBranchTemplate"/>
227 <Texture name="$parentBranch11" inherits="SpecialTalentBranchTemplate"/>
228 <Texture name="$parentBranch12" inherits="SpecialTalentBranchTemplate"/>
229 <Texture name="$parentBranch13" inherits="SpecialTalentBranchTemplate"/>
230 <Texture name="$parentBranch14" inherits="SpecialTalentBranchTemplate"/>
231 <Texture name="$parentBranch15" inherits="SpecialTalentBranchTemplate"/>
232 <Texture name="$parentBranch16" inherits="SpecialTalentBranchTemplate"/>
233 <Texture name="$parentBranch17" inherits="SpecialTalentBranchTemplate"/>
234 <Texture name="$parentBranch18" inherits="SpecialTalentBranchTemplate"/>
235 <Texture name="$parentBranch19" inherits="SpecialTalentBranchTemplate"/>
236 <Texture name="$parentBranch20" inherits="SpecialTalentBranchTemplate"/>
237 <Texture name="$parentBranch21" inherits="SpecialTalentBranchTemplate"/>
238 <Texture name="$parentBranch22" inherits="SpecialTalentBranchTemplate"/>
239 <Texture name="$parentBranch23" inherits="SpecialTalentBranchTemplate"/>
240 <Texture name="$parentBranch24" inherits="SpecialTalentBranchTemplate"/>
241 <Texture name="$parentBranch25" inherits="SpecialTalentBranchTemplate"/>
242 <Texture name="$parentBranch26" inherits="SpecialTalentBranchTemplate"/>
243 <Texture name="$parentBranch27" inherits="SpecialTalentBranchTemplate"/>
244 <Texture name="$parentBranch28" inherits="SpecialTalentBranchTemplate"/>
245 <Texture name="$parentBranch29" inherits="SpecialTalentBranchTemplate"/>
246 <Texture name="$parentBranch30" inherits="SpecialTalentBranchTemplate"/>
247 </Layer>
248 </Layers>
249 <Frames>
250 <Button name="$parentTalent1" inherits="SpecialTalentButtonTemplate" id="1"/>
251 <Button name="$parentTalent2" inherits="SpecialTalentButtonTemplate" id="2"/>
252 <Button name="$parentTalent3" inherits="SpecialTalentButtonTemplate" id="3"/>
253 <Button name="$parentTalent4" inherits="SpecialTalentButtonTemplate" id="4"/>
254 <Button name="$parentTalent5" inherits="SpecialTalentButtonTemplate" id="5"/>
255 <Button name="$parentTalent6" inherits="SpecialTalentButtonTemplate" id="6"/>
256 <Button name="$parentTalent7" inherits="SpecialTalentButtonTemplate" id="7"/>
257 <Button name="$parentTalent8" inherits="SpecialTalentButtonTemplate" id="8"/>
258 <Button name="$parentTalent9" inherits="SpecialTalentButtonTemplate" id="9"/>
259 <Button name="$parentTalent10" inherits="SpecialTalentButtonTemplate" id="10"/>
260 <Button name="$parentTalent11" inherits="SpecialTalentButtonTemplate" id="11"/>
261 <Button name="$parentTalent12" inherits="SpecialTalentButtonTemplate" id="12"/>
262 <Button name="$parentTalent13" inherits="SpecialTalentButtonTemplate" id="13"/>
263 <Button name="$parentTalent14" inherits="SpecialTalentButtonTemplate" id="14"/>
264 <Button name="$parentTalent15" inherits="SpecialTalentButtonTemplate" id="15"/>
265 <Button name="$parentTalent16" inherits="SpecialTalentButtonTemplate" id="16"/>
266 <Button name="$parentTalent17" inherits="SpecialTalentButtonTemplate" id="17"/>
267 <Button name="$parentTalent18" inherits="SpecialTalentButtonTemplate" id="18"/>
268 <Button name="$parentTalent19" inherits="SpecialTalentButtonTemplate" id="19"/>
269 <Button name="$parentTalent20" inherits="SpecialTalentButtonTemplate" id="20"/>
270 <Frame name="$parentArrowFrame" setAllPoints="true">
271 <Layers>
272 <Layer level="OVERLAY">
273 <Texture name="$parentArrow1" inherits="SpecialTalentArrowTemplate"/>
274 <Texture name="$parentArrow2" inherits="SpecialTalentArrowTemplate"/>
275 <Texture name="$parentArrow3" inherits="SpecialTalentArrowTemplate"/>
276 <Texture name="$parentArrow4" inherits="SpecialTalentArrowTemplate"/>
277 <Texture name="$parentArrow5" inherits="SpecialTalentArrowTemplate"/>
278 <Texture name="$parentArrow6" inherits="SpecialTalentArrowTemplate"/>
279 <Texture name="$parentArrow7" inherits="SpecialTalentArrowTemplate"/>
280 <Texture name="$parentArrow8" inherits="SpecialTalentArrowTemplate"/>
281 <Texture name="$parentArrow9" inherits="SpecialTalentArrowTemplate"/>
282 <Texture name="$parentArrow10" inherits="SpecialTalentArrowTemplate"/>
283 <Texture name="$parentArrow11" inherits="SpecialTalentArrowTemplate"/>
284 <Texture name="$parentArrow12" inherits="SpecialTalentArrowTemplate"/>
285 <Texture name="$parentArrow13" inherits="SpecialTalentArrowTemplate"/>
286 <Texture name="$parentArrow14" inherits="SpecialTalentArrowTemplate"/>
287 <Texture name="$parentArrow15" inherits="SpecialTalentArrowTemplate"/>
288 <Texture name="$parentArrow16" inherits="SpecialTalentArrowTemplate"/>
289 <Texture name="$parentArrow17" inherits="SpecialTalentArrowTemplate"/>
290 <Texture name="$parentArrow18" inherits="SpecialTalentArrowTemplate"/>
291 <Texture name="$parentArrow19" inherits="SpecialTalentArrowTemplate"/>
292 <Texture name="$parentArrow20" inherits="SpecialTalentArrowTemplate"/>
293 <Texture name="$parentArrow21" inherits="SpecialTalentArrowTemplate"/>
294 <Texture name="$parentArrow22" inherits="SpecialTalentArrowTemplate"/>
295 <Texture name="$parentArrow23" inherits="SpecialTalentArrowTemplate"/>
296 <Texture name="$parentArrow24" inherits="SpecialTalentArrowTemplate"/>
297 <Texture name="$parentArrow25" inherits="SpecialTalentArrowTemplate"/>
298 <Texture name="$parentArrow26" inherits="SpecialTalentArrowTemplate"/>
299 <Texture name="$parentArrow27" inherits="SpecialTalentArrowTemplate"/>
300 <Texture name="$parentArrow28" inherits="SpecialTalentArrowTemplate"/>
301 <Texture name="$parentArrow29" inherits="SpecialTalentArrowTemplate"/>
302 <Texture name="$parentArrow30" inherits="SpecialTalentArrowTemplate"/>
303 </Layer>
304 </Layers>
305 </Frame>
306 </Frames>
307 </Frame>
308 </Ui>