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="TitanUIScale.lua"/>
4 <Frame name="TitanPanelUIScaleControlFrameTemplate" virtual="true" hidden="true">
5 <Size>
6 <AbsDimension x="240" 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="$parentUITitle" inherits="GameFontNormalSmall">
22 <Anchors>
23 <Anchor point="TOP">
24 <Offset>
25 <AbsDimension x="-80" y="-10" />
26 </Offset>
27 </Anchor>
28 </Anchors>
29 </FontString>
30 <FontString name="$parentPanelTitle" inherits="GameFontNormalSmall">
31 <Anchors>
32 <Anchor point="TOP">
33 <Offset>
34 <AbsDimension x="-10" y="-10" />
35 </Offset>
36 </Anchor>
37 </Anchors>
38 </FontString>
39 <FontString name="$parentFontTitle" inherits="GameFontNormalSmall">
40 <Anchors>
41 <Anchor point="TOP">
42 <Offset>
43 <AbsDimension x="60" y="-10" />
44 </Offset>
45 </Anchor>
46 </Anchors>
47 </FontString>
48 </Layer>
49 </Layers>
50 <Frames>
51 <Slider name="TitanPanelUIScaleControlSlider" inherits="TitanOptionsSliderTemplate">
52 <Anchors>
53 <Anchor point="TOP">
54 <Offset>
55 <AbsDimension x="-80" y="-40"/>
56 </Offset>
57 </Anchor>
58 </Anchors>
59 <Scripts>
60 <OnShow>
61 TitanPanelUIScaleControlSlider_OnShow();
62 </OnShow>
63 <OnValueChanged>
64 TitanPanelUIScaleControlSlider_OnValueChanged();
65 </OnValueChanged>
66 <OnEnter>
67 TitanPanelUIScaleControlSlider_OnEnter();
68 </OnEnter>
69 <OnLeave>
70 TitanPanelUIScaleControlSlider_OnLeave()
71 </OnLeave>
72 </Scripts>
73 </Slider>
74 <Slider name="TitanPanelPanelScaleControlSlider" inherits="TitanOptionsSliderTemplate">
75 <Anchors>
76 <Anchor point="TOP">
77 <Offset>
78 <AbsDimension x="-10" y="-40"/>
79 </Offset>
80 </Anchor>
81 </Anchors>
82 <Scripts>
83 <OnShow>
84 TitanPanelPanelScaleControlSlider_OnShow();
85 </OnShow>
86 <OnValueChanged>
87 TitanPanelPanelScaleControlSlider_OnValueChanged();
88 </OnValueChanged>
89 <OnEnter>
90 TitanPanelPanelScaleControlSlider_OnEnter();
91 </OnEnter>
92 <OnLeave>
93 TitanPanelPanelScaleControlSlider_OnLeave()
94 </OnLeave>
95 </Scripts>
96 </Slider>
97 <Slider name="TitanPanelFontScaleControlSlider" inherits="TitanOptionsSliderTemplate">
98 <Anchors>
99 <Anchor point="TOP">
100 <Offset>
101 <AbsDimension x="60" y="-40"/>
102 </Offset>
103 </Anchor>
104 </Anchors>
105 <Scripts>
106 <OnShow>
107 TitanPanelFontScaleControlSlider_OnShow();
108 </OnShow>
109 <OnValueChanged>
110 TitanPanelFontScaleControlSlider_OnValueChanged();
111 </OnValueChanged>
112 <OnEnter>
113 TitanPanelFontScaleControlSlider_OnEnter();
114 </OnEnter>
115 <OnLeave>
116 TitanPanelFontScaleControlSlider_OnLeave()
117 </OnLeave>
118 </Scripts>
119 </Slider>
120 </Frames>
121 <Scripts>
122 <OnLoad>
123 TitanPanelUIScaleControlFrame_OnLoad();
124 </OnLoad>
125 <OnShow>
126 TitanPanelUIScaleControlFrame_OnShow();
127 </OnShow>
128 <OnEnter>
129 TitanUtils_StopFrameCounting(this);
130 </OnEnter>
131 <OnLeave>
132 TitanUtils_StartFrameCounting(this, TITAN_UISCALE_FRAME_SHOW_TIME);
133 </OnLeave>
134 <OnUpdate>
135 TitanPanelUIScaleControlFrame_OnUpdate(arg1);
136 </OnUpdate>
137 </Scripts>
138 </Frame>
139 <Frame parent="UIParent">
140 <Frames>
141 <Button name="TitanPanelUIScaleButton" inherits="TitanPanelIconTemplate" frameStrata="FULLSCREEN" toplevel="true">
142 <Scripts>
143 <OnLoad>
144 TitanPanelUIScaleButton_OnLoad();
145 TitanPanelButton_OnLoad();
146 </OnLoad>
147 </Scripts>
148 </Button>
149 <Frame name="TitanPanelUIScaleControlFrame" inherits="TitanPanelUIScaleControlFrameTemplate" frameStrata="FULLSCREEN" toplevel="true" parent="WorldFrame" />
150 </Frames>
151 </Frame>
152 </Ui>