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  
3 <Script file="localization.lua"/>
4 <Script file="DART_Textures.lua"/>
5 <Script file="DART_Default.lua"/>
6 <Script file="DART_Custom.lua"/>
7 <Script file="DART_Functions.lua"/>
8 <Script file="DART_Main.lua"/>
9  
10 <Frame name="DART_MainFrame" hidden="true" parent="UIParent">
11 <Scripts>
12 <OnLoad>
13 DART_Main_OnLoad();
14 </OnLoad>
15 </Scripts>
16 </Frame>
17  
18 <Button name="DART_TextureTemplate" inherits="DiscordLib_TooltipBackdropTemplate" parent="UIParent" frameStrata="BACKGROUND" movable="true" virtual="true">
19 <Size><AbsDimension x="20" y="20"/></Size>
20 <Layers>
21 <Layer level="ARTWORK">
22 <Texture name="$parent_Texture">
23 <Color r="1" g="1" b="1"/>
24 <Anchors>
25 <Anchor point="TOPLEFT"/>
26 <Anchor point="BOTTOMRIGHT"/>
27 </Anchors>
28 </Texture>
29 </Layer>
30 <Layer level="OVERLAY">
31 <FontString name="$parent_Text" inherits="GameFontNormal"/>
32 <Texture name="$parent_Highlight" alphaMode="ADD" file="Interface\AddOns\DiscordLibrary\PlainBackdrop" hidden="true">
33 <Anchors>
34 <Anchor point="TOPLEFT"/>
35 <Anchor point="BOTTOMRIGHT"/>
36 </Anchors>
37 </Texture>
38 </Layer>
39 </Layers>
40 <Scripts>
41 <OnLoad>
42 DART_Texture_OnLoad();
43 </OnLoad>
44 <OnUpdate>
45 DART_Texture_OnUpdate();
46 </OnUpdate>
47 <OnEvent>
48 DART_Texture_OnEvent();
49 </OnEvent>
50 <OnEnter>
51 DART_Texture_OnEnter();
52 </OnEnter>
53 <OnLeave>
54 DART_Texture_OnLeave();
55 </OnLeave>
56 <OnShow>
57 DART_Texture_OnShow();
58 </OnShow>
59 <OnHide>
60 DART_Texture_OnHide();
61 </OnHide>
62 <OnClick>
63 DART_Texture_OnClick();
64 </OnClick>
65 <OnMouseUp>
66 DART_Texture_OnMouseUp();
67 </OnMouseUp>
68 <OnMouseDown>
69 DART_Texture_OnMouseDown();
70 </OnMouseDown>
71 <OnMouseWheel>
72 DART_Texture_OnMouseWheel();
73 </OnMouseWheel>
74 <OnReceiveDrag>
75 DART_Texture_OnReceiveDrag();
76 </OnReceiveDrag>
77 <OnDragStart>
78 DART_Texture_OnDragStart();
79 </OnDragStart>
80 <OnDragStop>
81 DART_Texture_OnDragStop();
82 </OnDragStop>
83 </Scripts>
84 </Button>
85  
86 <Button name="DART_Texture_1" inherits="DART_TextureTemplate" id="1"/>
87  
88 </Ui>