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 <Script file="FlightTime.lua"/>
3  
4 <Frame name="FlightTime" frameStrata="HIGH" parent="UIParent" hidden="true" enableMouse="false">
5 <Size>
6 <AbsDimension x="350" y="32"/>
7 </Size>
8 <Anchors>
9 <Anchor point="CENTER">
10 <Offset><AbsDimension x="0" y="-150"/></Offset>
11 </Anchor>
12 </Anchors>
13 <Backdrop bgFile="\\Interface\\AddOns\\FlightTime\\PlainBackdrop.tga" tile="true">
14 <EdgeSize>
15 <AbsValue val="16"/>
16 </EdgeSize>
17 <TileSize>
18 <AbsValue val="32"/>
19 </TileSize>
20 <BackgroundInsets>
21 <AbsInset left="5" right="5" top="5" bottom="5"/>
22 </BackgroundInsets>
23 <Scripts>
24 <OnLoad>
25 this:SetBackdropColor(0,0,1,.5)
26 </OnLoad>
27 </Scripts>
28 </Backdrop>
29 <Scripts>
30 <OnLoad>
31 FlightTime_OnLoad()
32 this:SetAlpha(0)
33 </OnLoad>
34 <OnEvent>
35 FlightTime_OnEvent(event)
36 </OnEvent>
37 <OnUpdate>
38 FlightTime_UpdateTime()
39 </OnUpdate>
40 </Scripts>
41 <Layers>
42 <Layer level="DIALOG">
43 <FontString name="$parent_Text" inherits="GameFontNormal">
44 <Color r="1.0" g="1.0" b="1.0"/>
45 <Size>
46 <AbsDimension x="350" y="32"/>
47 </Size>
48 <Anchors>
49 <Anchor point="CENTER">
50 <Offset>
51 <AbsDimension x="0" y="0"/>
52 </Offset>
53 </Anchor>
54 </Anchors>
55 </FontString>
56 </Layer>
57 </Layers>
58 </Frame>
59 </Ui>