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 C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
3 <Script file="localization.lua"/>
4 <Script file="localization.de.lua"/>
5 <Script file="localization.fr.lua"/>
6 <Script file="CT_RASets.lua"/>
7 <Frame name="CT_RASetsFrame" parent="Minimap" frameStrata="MEDIUM" enableMouse="true" hidden="false">
8 <Frames>
9 <Button name="CT_RASets_Button">
10 <Size>
11 <AbsDimension x="32" y="32"/>
12 </Size>
13 <Anchors>
14 <Anchor point="TOPLEFT" relativeTo="Minimap" relativePoint="RIGHT">
15 <Offset>
16 <AbsDimension x="-13" y="5"/>
17 </Offset>
18 </Anchor>
19 </Anchors>
20 <Scripts>
21 <OnLoad>
22 this.tooltip = "CT_RaidAssist";
23 this:SetFrameLevel(5);
24 </OnLoad>
25 <OnClick>
26 CT_RASets_ToggleDropDown();
27 </OnClick>
28 <OnEnter>
29 GameTooltip:SetOwner(this, "ANCHOR_LEFT");
30 GameTooltip:SetText(this.tooltip);
31 </OnEnter>
32 <OnLeave>
33 GameTooltip:Hide();
34 </OnLeave>
35 </Scripts>
36 <Layers>
37 <Layer level="ARTWORK">
38 <Texture name="$parentTexture" file="Interface\AddOns\CT_RaidAssist\Images\ra"/>
39 </Layer>
40 </Layers>
41 <HighlightTexture alphaMode="ADD" file="Interface\Minimap\UI-Minimap-ZoomButton-Highlight"/>
42 </Button>
43 <Frame name="CT_RASets_DropDown" inherits="UIDropDownMenuTemplate" hidden="true">
44 <Size>
45 <AbsDimension x="10" y="10"/>
46 </Size>
47 <Anchors>
48 <Anchor point="TOPLEFT" relativeTo="CT_RASets_Button">
49 <Offset>
50 <AbsDimension x="0" y="0"/>
51 </Offset>
52 </Anchor>
53 </Anchors>
54 <Scripts>
55 <OnLoad>
56 CT_RASets_DropDown_OnLoad();
57 </OnLoad>
58 </Scripts>
59 </Frame>
60 </Frames>
61 <Scripts>
62 <OnLoad>
63 this:RegisterEvent("VARIABLES_LOADED");
64 </OnLoad>
65 <OnEvent>
66 CT_RASets_MoveButton();
67 </OnEvent>
68 </Scripts>
69 </Frame>
70 </Ui>