vanilla-wow-addons – Blame information for rev 1
?pathlinks?
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="TitanPetInfo.lua"/> |
||
5 | <Frame name="TitanPetInfoXPBar" frameStrata="DIALOG" parent="UIParent"> |
||
6 | <Layers> |
||
7 | <Layer level="OVERLAY"> |
||
8 | <FontString name="TitanPetInfoText" inherits="GameFontNormalSmall" wraponspaces="true"> |
||
9 | <Anchors> |
||
10 | <Anchor point="LEFT" relativeTo="MainMenuExpBar"> |
||
11 | <Offset> |
||
12 | <AbsDimension x="9" y="1"/> |
||
13 | </Offset> |
||
14 | </Anchor> |
||
15 | </Anchors> |
||
16 | <Color r="1.0" g="1.0" b="1.0"/> |
||
17 | </FontString> |
||
18 | </Layer> |
||
19 | </Layers> |
||
20 | </Frame> |
||
21 | <Frame parent="UIParent"> |
||
22 | <Frames> |
||
23 | <Button name="TitanPanelPetInfoButton" inherits="TitanPanelComboTemplate" frameStrata="FULLSCREEN" toplevel="true"> |
||
24 | <Scripts> |
||
25 | <OnLoad> |
||
26 | TitanPanelPetInfoButton_OnLoad(); |
||
27 | TitanPanelButton_OnLoad(); |
||
28 | </OnLoad> |
||
29 | <OnEvent> |
||
30 | TitanPanelPetInfoButton_OnEvent(); |
||
31 | </OnEvent> |
||
32 | </Scripts> |
||
33 | </Button> |
||
34 | </Frames> |
||
35 | </Frame> |
||
36 | </Ui> |