vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <!-- |
2 | path: /BGInvite/ |
||
3 | filename: BGInviteFrame.xml |
||
4 | author: |
||
5 | created: Sat, 17 Jan 2005 16:09:00 -0800 |
||
6 | updated: Sun, 30 Jan 2005 15:16:00 -0800 |
||
7 | |||
8 | --> |
||
9 | <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/..\FrameXML\UI.xsd"> |
||
10 | <Script file="BGInviteFrame.lua"/> |
||
11 | <Script file="localization.lua"/> |
||
12 | |||
13 | <GameTooltip name="BGInviteTooltip" frameStrata="LOW" toplevel="true" movable="true" parent="UIParent" inherits="GameTooltipTemplate"/> |
||
14 | <GameTooltip name="BGInviteDisplayTooltip" inherits="GameTooltipTemplate" parent="UIParent" hidden="true"/> |
||
15 | |||
16 | <Button name="BGInviteFrameTabButtonTemplate" inherits="CharacterFrameTabButtonTemplate" virtual="true"> |
||
17 | <Scripts> |
||
18 | <OnLoad> |
||
19 | this:SetFrameLevel(this:GetFrameLevel() + 4); |
||
20 | </OnLoad> |
||
21 | <OnClick> |
||
22 | PanelTemplates_Tab_OnClick(BGInviteFrame); |
||
23 | BGInviteTab_OnClick(); |
||
24 | </OnClick> |
||
25 | <OnShow> |
||
26 | PanelTemplates_TabResize(10); |
||
27 | getglobal(this:GetName().."HighlightTexture"):SetWidth(this:GetTextWidth() + 30); |
||
28 | </OnShow> |
||
29 | </Scripts> |
||
30 | </Button> |
||
31 | |||
32 | <!-- Frame to handle all core events --> |
||
33 | <Frame name="BGInviteLoadingFrame"> |
||
34 | <Scripts> |
||
35 | <OnLoad> |
||
36 | BGInviteLoadingFrame_OnLoad(); |
||
37 | </OnLoad> |
||
38 | <OnEvent> |
||
39 | BGInviteLoadingFrame_OnEvent(event,arg1); |
||
40 | </OnEvent> |
||
41 | <OnUpdate> |
||
42 | BGInviteLoadingFrame_OnUpdate(); |
||
43 | </OnUpdate> |
||
44 | </Scripts> |
||
45 | </Frame> |
||
46 | |||
47 | <Frame name="BGInviteFrame" toplevel="true" movable="true" parent="UIParent" hidden="true"> |
||
48 | <Size> |
||
49 | <AbsDimension x="384" y="512"/> |
||
50 | </Size> |
||
51 | <Anchors> |
||
52 | <Anchor point="TOPLEFT"> |
||
53 | <Offset> |
||
54 | <AbsDimension x="0" y="-104"/> |
||
55 | </Offset> |
||
56 | </Anchor> |
||
57 | </Anchors> |
||
58 | <HitRectInsets> |
||
59 | <AbsInset left="0" right="30" top="0" bottom="45"/> |
||
60 | </HitRectInsets> |
||
61 | <Layers> |
||
62 | <Layer level="BACKGROUND"> |
||
63 | <Texture file="Interface\QuestFrame\UI-QuestLog-BookIcon"> |
||
64 | <Size> |
||
65 | <AbsDimension x="64" y="64"/> |
||
66 | </Size> |
||
67 | <Anchors> |
||
68 | <Anchor point="TOPLEFT"> |
||
69 | <Offset> |
||
70 | <AbsDimension x="6" y="-4"/> |
||
71 | </Offset> |
||
72 | </Anchor> |
||
73 | </Anchors> |
||
74 | </Texture> |
||
75 | </Layer> |
||
76 | <Layer level="ARTWORK"> |
||
77 | <Texture file="Interface\ClassTrainerFrame\UI-ClassTrainer-TopLeft"> |
||
78 | <Size> |
||
79 | <AbsDimension x="256" y="256"/> |
||
80 | </Size> |
||
81 | <Anchors> |
||
82 | <Anchor point="TOPLEFT"> |
||
83 | <Offset> |
||
84 | <AbsDimension x="2" y="-1"/> |
||
85 | </Offset> |
||
86 | </Anchor> |
||
87 | </Anchors> |
||
88 | </Texture> |
||
89 | <Texture file="Interface\ClassTrainerFrame\UI-ClassTrainer-TopRight"> |
||
90 | <Size> |
||
91 | <AbsDimension x="128" y="256"/> |
||
92 | </Size> |
||
93 | <Anchors> |
||
94 | <Anchor point="TOPRIGHT"> |
||
95 | <Offset> |
||
96 | <AbsDimension x="2" y="-1"/> |
||
97 | </Offset> |
||
98 | </Anchor> |
||
99 | </Anchors> |
||
100 | </Texture> |
||
101 | <Texture file="Interface\PaperDollInfoFrame\UI-Character-General-BottomLeft"> |
||
102 | <Size> |
||
103 | <AbsDimension x="256" y="256"/> |
||
104 | </Size> |
||
105 | <Anchors> |
||
106 | <Anchor point="BOTTOMLEFT"> |
||
107 | <Offset> |
||
108 | <AbsDimension x="2" y="-1"/> |
||
109 | </Offset> |
||
110 | </Anchor> |
||
111 | </Anchors> |
||
112 | </Texture> |
||
113 | <Texture file="Interface\PaperDollInfoFrame\UI-Character-General-BottomRight"> |
||
114 | <Size> |
||
115 | <AbsDimension x="128" y="256"/> |
||
116 | </Size> |
||
117 | <Anchors> |
||
118 | <Anchor point="BOTTOMRIGHT"> |
||
119 | <Offset> |
||
120 | <AbsDimension x="2" y="-1"/> |
||
121 | </Offset> |
||
122 | </Anchor> |
||
123 | </Anchors> |
||
124 | </Texture> |
||
125 | <FontString name="BGInviteTitleText" inherits="GameFontHighlight" text="BGINVITE_TITLE"> |
||
126 | <Size> |
||
127 | <AbsDimension x="300" y="14"/> |
||
128 | </Size> |
||
129 | <Anchors> |
||
130 | <Anchor point="TOP" relativeTo="BGInviteFrame" relativePoint="TOP"> |
||
131 | <Offset> |
||
132 | <AbsDimension x="0" y="-17"/> |
||
133 | </Offset> |
||
134 | </Anchor> |
||
135 | </Anchors> |
||
136 | </FontString> |
||
137 | </Layer> |
||
138 | </Layers> |
||
139 | <Frames> |
||
140 | <Button name="BGInviteCloseButton" inherits="UIPanelCloseButton"> |
||
141 | <Anchors> |
||
142 | <Anchor point="CENTER" relativeTo="BGInviteFrame" relativePoint="TOPRIGHT"> |
||
143 | <Offset> |
||
144 | <AbsDimension x="-44" y="-26"/> |
||
145 | </Offset> |
||
146 | </Anchor> |
||
147 | </Anchors> |
||
148 | <Scripts> |
||
149 | <OnLoad> |
||
150 | this:SetFrameLevel(this:GetFrameLevel() + 4); |
||
151 | </OnLoad> |
||
152 | </Scripts> |
||
153 | </Button> |
||
154 | <Button name="BGInviteFrameTab1" inherits="BGInviteFrameTabButtonTemplate" id="1" text="BGINVITE_TAB_OPTIONS"> |
||
155 | <Anchors> |
||
156 | <Anchor point="CENTER" relativePoint="BOTTOMLEFT"> |
||
157 | <Offset> |
||
158 | <AbsDimension x="65" y="61"/> |
||
159 | </Offset> |
||
160 | </Anchor> |
||
161 | </Anchors> |
||
162 | </Button> |
||
163 | <Button name="BGInviteFrameTab2" inherits="BGInviteFrameTabButtonTemplate" id="2" text="BGlocal_BLACKLISTED_PLAYERS"> |
||
164 | <Anchors> |
||
165 | <Anchor point="LEFT" relativeTo="BGInviteFrameTab1" relativePoint="RIGHT"> |
||
166 | <Offset> |
||
167 | <AbsDimension x="-15" y="0"/> |
||
168 | </Offset> |
||
169 | </Anchor> |
||
170 | </Anchors> |
||
171 | </Button> |
||
172 | </Frames> |
||
173 | <Scripts> |
||
174 | <OnLoad> |
||
175 | BGInviteFrame_OnLoad(); |
||
176 | </OnLoad> |
||
177 | <OnEvent> |
||
178 | BGInviteFrame_OnEvent(event,arg1); |
||
179 | </OnEvent> |
||
180 | <OnShow> |
||
181 | BGInviteFrame_OnShow(); |
||
182 | </OnShow> |
||
183 | <OnHide> |
||
184 | BGInviteFrame_OnHide(); |
||
185 | </OnHide> |
||
186 | </Scripts> |
||
187 | </Frame> |
||
188 | </Ui> |