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 ..\FrameXML\UI.xsd">
3 <Script file="TitanTrans.lua"/>
4 <Frame name="TitanPanelTransControlFrameTemplate" virtual="true" hidden="true">
5 <Size>
6 <AbsDimension x="90" y="170" />
7 </Size>
8 <Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
9 <EdgeSize>
10 <AbsValue val="16"/>
11 </EdgeSize>
12 <TileSize>
13 <AbsValue val="16"/>
14 </TileSize>
15 <BackgroundInsets>
16 <AbsInset left="5" right="5" top="5" bottom="5"/>
17 </BackgroundInsets>
18 </Backdrop>
19 <Layers>
20 <Layer>
21 <FontString name="$parentTitle" inherits="GameFontNormalSmall">
22 <Anchors>
23 <Anchor point="TOP">
24 <Offset>
25 <AbsDimension x="0" y="-10" />
26 </Offset>
27 </Anchor>
28 </Anchors>
29 </FontString>
30 </Layer>
31 </Layers>
32 <Frames>
33 <Slider name="TitanPanelTransControlSlider" inherits="TitanOptionsSliderTemplate">
34 <Anchors>
35 <Anchor point="TOP">
36 <Offset>
37 <AbsDimension x="0" y="-40"/>
38 </Offset>
39 </Anchor>
40 </Anchors>
41 <Scripts>
42 <OnShow>
43 TitanPanelTransControlSlider_OnShow();
44 </OnShow>
45 <OnValueChanged>
46 TitanPanelTransControlSlider_OnValueChanged();
47 </OnValueChanged>
48 <OnEnter>
49 TitanPanelTransControlSlider_OnEnter();
50 </OnEnter>
51 <OnLeave>
52 TitanPanelTransControlSlider_OnLeave()
53 </OnLeave>
54 </Scripts>
55 </Slider>
56 </Frames>
57 <Scripts>
58 <OnLoad>
59 TitanPanelTransControlFrame_OnLoad();
60 </OnLoad>
61 <OnEnter>
62 TitanUtils_StopFrameCounting(this);
63 </OnEnter>
64 <OnLeave>
65 TitanUtils_StartFrameCounting(this, TITAN_TRANS_FRAME_SHOW_TIME);
66 </OnLeave>
67 <OnUpdate>
68 TitanPanelTransControlFrame_OnUpdate(arg1);
69 </OnUpdate>
70 </Scripts>
71 </Frame>
72 <Frame parent="UIParent">
73 <Frames>
74 <Button name="TitanPanelTransButton" inherits="TitanPanelIconTemplate" frameStrata="FULLSCREEN" toplevel="true">
75 <Scripts>
76 <OnLoad>
77 TitanPanelTransButton_OnLoad();
78 TitanPanelButton_OnLoad();
79 </OnLoad>
80 </Scripts>
81 </Button>
82 <Frame name="TitanPanelTransControlFrame" inherits="TitanPanelTransControlFrameTemplate" frameStrata="FULLSCREEN" toplevel="true" />
83 </Frames>
84 </Frame>
85 </Ui>