vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <!-- CountDoom v0.46 -->
2 <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/
3 C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
4  
5 <Button name="CountDoomDragButtonTemplate" virtual="true">
6 <Size>
7 <AbsDimension x="16" y="16"/>
8 </Size>
9 <Anchors>
10 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT"/>
11 </Anchors>
12 <NormalTexture file="Interface\AddOns\CountDoom\DragTab"/>
13 <Layers>
14 <Layer level="OVERLAY">
15 <FontString name="$parentText" inherits="NumberFontNormalSmall">
16 <Anchors>
17 <Anchor point="CENTER">
18 <Offset><AbsDimension x="0" y="0"/></Offset>
19 </Anchor>
20 </Anchors>
21 </FontString>
22 </Layer>
23 </Layers>
24 <Scripts>
25 <OnLoad>
26 this:GetParent():SetMovable(true);
27 </OnLoad>
28 <OnMouseDown>
29 this:GetParent():StartMoving();
30 </OnMouseDown>
31 <OnMouseUp>
32 this:GetParent():StopMovingOrSizing();
33 </OnMouseUp>
34 </Scripts>
35 </Button>
36  
37 <Button name="CountDoomActionBarDragButtonTemplate" inherits="CountDoomDragButtonTemplate" virtual="true">
38 <Scripts>
39 <OnLoad>
40 this:GetParent():SetMovable(true);
41 </OnLoad>
42 </Scripts>
43 <Frames>
44 <Button name="$parentRotateAttachment">
45 <NormalTexture file="Interface\AddOns\CountDoom\RotateButton"/>
46 <HighlightTexture file="Interface\AddOns\CountDoom\RotateButtonHighlight"/>
47 <Size><AbsDimension x="16" y="16"/></Size>
48 <Anchors>
49 <Anchor point="TOP" relativePoint="BOTTOM">
50 <Offset><AbsDimension x="0" y="-3"/></Offset>
51 </Anchor>
52 </Anchors>
53 <Scripts>
54 <OnClick>
55 CountDoom.RotateLayout(this:GetParent():GetParent():GetName());
56 </OnClick>
57 </Scripts>
58 </Button>
59 </Frames>
60 </Button>
61 </Ui>