-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXPBar.xml
More file actions
executable file
·41 lines (37 loc) · 1.1 KB
/
XPBar.xml
File metadata and controls
executable file
·41 lines (37 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<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">
<Frame name="FXP_HandlerFrame">
<Scripts>
<OnLoad>
FXP_OnLoad(self);
</OnLoad>
<OnEvent>
FXP_OnEvent(self, event, ...);
</OnEvent>
</Scripts>
</Frame>
<StatusBar name="FXP_XPExtraFillBar1Template" virtual="true">
<BarTexture name="$parentTexture" file="Interface\TargetingFrame\UI-StatusBar"/>
</StatusBar>
<Frame name="FXP_XPExtraFillBar2Template" virtual="true">
<Layers>
<Layer level="BORDER">
<Texture name="$parentTexture" hidden="true" setAllPoints="true">
<Color r="1.0" g="1.0" b="1.0" a="1.0"/>
</Texture>
</Layer>
</Layers>
</Frame>
<Frame name="FXP_MenuDropDown" inherits="UIDropDownMenuTemplate" id="1" hidden="true">
<Anchors>
<Anchor point="TOP">
<Offset>
<AbsDimension x="-80" y="-35"/>
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad function="FXP_MenuDropDown_OnLoad"/>
</Scripts>
</Frame>
</Ui>