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="TitanPanelTemplate.lua" />
4 <Button name="TitanPanelButtonTemplate" hidden="true" movable="true" virtual="true">
5 <Frames>
6 <Frame name="$parentRightClickMenu" inherits="UIDropDownMenuTemplate" id="1" hidden="true">
7 <Scripts>
8 <OnLoad>
9 this:RegisterEvent("VARIABLES_LOADED");
10 </OnLoad>
11 <OnEvent>
12 TitanRightClickMenu_OnLoad();
13 </OnEvent>
14 </Scripts>
15 </Frame>
16 </Frames>
17 <Scripts>
18 <OnLoad>
19 TitanPanelButton_OnLoad();
20 </OnLoad>
21 <OnShow>
22 TitanPanelButton_OnShow();
23 </OnShow>
24 <OnClick>
25 TitanPanelButton_OnClick(arg1);
26 </OnClick>
27 <OnUpdate>
28 TitanPanelButton_OnUpdate(arg1);
29 </OnUpdate>
30 <OnEnter>
31 TitanPanelButton_OnEnter();
32 </OnEnter>
33 <OnLeave>
34 TitanPanelButton_OnLeave();
35 </OnLeave>
36 <OnMouseDown>
37 TitanPanelButton_OnMouseDown(arg1);
38 </OnMouseDown>
39 <OnMouseUp>
40 TitanPanelButton_OnMouseUp(arg1);
41 </OnMouseUp>
42 </Scripts>
43 </Button>
44 <Button name="TitanPanelChildButtonTemplate" hidden="true" virtual="true">
45 <Frames>
46 <Frame name="$parentRightClickMenu" inherits="UIDropDownMenuTemplate" id="1" hidden="true">
47 <Scripts>
48 <OnLoad>
49 this:RegisterEvent("VARIABLES_LOADED");
50 </OnLoad>
51 <OnEvent>
52 TitanRightClickMenu_OnLoad();
53 </OnEvent>
54 </Scripts>
55 </Frame>
56 </Frames>
57 <Scripts>
58 <OnLoad>
59 TitanPanelButton_OnLoad(1);
60 </OnLoad>
61 <OnClick>
62 TitanPanelButton_OnClick(arg1, 1);
63 </OnClick>
64 <OnEnter>
65 TitanPanelButton_OnEnter(1);
66 </OnEnter>
67 <OnLeave>
68 TitanPanelButton_OnLeave(1);
69 </OnLeave>
70 </Scripts>
71 </Button>
72 <Button name="TitanPanelTextTemplate" inherits="TitanPanelButtonTemplate" virtual="true">
73 <Size>
74 <AbsDimension x="0" y="16" />
75 </Size>
76 <NormalText name="$parentText" inherits="GameFontNormalSmall" justifyH="LEFT">
77 <Anchors>
78 <Anchor point="LEFT">
79 <Offset>
80 <AbsDimension x="0" y="1" />
81 </Offset>
82 </Anchor>
83 </Anchors>
84 </NormalText>
85 <PushedTextOffset>
86 <AbsDimension x="0" y="0"/>
87 </PushedTextOffset>
88 </Button>
89 <Button name="TitanPanelIconTemplate" inherits="TitanPanelButtonTemplate" virtual="true">
90 <Size>
91 <AbsDimension x="16" y="16" />
92 </Size>
93 <Layers>
94 <Layer level="ARTWORK">
95 <Texture name="$parentIcon">
96 <Size>
97 <AbsDimension x="16" y="16"/>
98 </Size>
99 <Anchors>
100 <Anchor point="LEFT" />
101 </Anchors>
102 </Texture>
103 </Layer>
104 </Layers>
105 </Button>
106 <Button name="TitanPanelComboTemplate" inherits="TitanPanelButtonTemplate" virtual="true">
107 <Size>
108 <AbsDimension x="0" y="16" />
109 </Size>
110 <Layers>
111 <Layer level="ARTWORK">
112 <Texture name="$parentIcon">
113 <Size>
114 <AbsDimension x="0" y="16"/>
115 </Size>
116 <Anchors>
117 <Anchor point="LEFT" />
118 </Anchors>
119 </Texture>
120 </Layer>
121 </Layers>
122 <NormalText name="$parentText" inherits="GameFontNormalSmall" justifyH="LEFT" />
123 <PushedTextOffset>
124 <AbsDimension x="0" y="0"/>
125 </PushedTextOffset>
126 </Button>
127 <Slider name="TitanOptionsSliderTemplate" orientation="VERTICAL" virtual="true" enableMouse="true">
128 <Size>
129 <AbsDimension x="10" y="100"/>
130 </Size>
131 <HitRectInsets>
132 <AbsInset left="-10" right="-10" top="0" bottom="0"/>
133 </HitRectInsets>
134 <Backdrop bgFile="Interface\Buttons\UI-SliderBar-Background" edgeFile="Interface\Buttons\UI-SliderBar-Border" tile="true">
135 <EdgeSize>
136 <AbsValue val="8"/>
137 </EdgeSize>
138 <TileSize>
139 <AbsValue val="8"/>
140 </TileSize>
141 <BackgroundInsets>
142 <AbsInset left="6" right="6" top="3" bottom="3"/>
143 </BackgroundInsets>
144 </Backdrop>
145 <Layers>
146 <Layer level="ARTWORK">
147 <FontString name="$parentText" inherits="GameFontGreenSmall">
148 <Anchors>
149 <Anchor point="LEFT" relativePoint="RIGHT">
150 <Offset>
151 <AbsDimension x="2" y="0" />
152 </Offset>
153 </Anchor>
154 </Anchors>
155 </FontString>
156 <FontString name="$parentLow" inherits="GameFontHighlightSmall" text="LOW">
157 <Anchors>
158 <Anchor point="BOTTOM" relativePoint="TOP">
159 <Offset>
160 <AbsDimension x="0" y="3"/>
161 </Offset>
162 </Anchor>
163 </Anchors>
164 </FontString>
165 <FontString name="$parentHigh" inherits="GameFontHighlightSmall" text="HIGH">
166 <Anchors>
167 <Anchor point="TOP" relativePoint="BOTTOM">
168 <Offset>
169 <AbsDimension x="0" y="0"/>
170 </Offset>
171 </Anchor>
172 </Anchors>
173 </FontString>
174 </Layer>
175 </Layers>
176 <ThumbTexture name="$parentThumb" file="Interface\Buttons\UI-SliderBar-Button-Vertical">
177 <Size>
178 <AbsDimension x="32" y="32"/>
179 </Size>
180 </ThumbTexture>
181 </Slider>
182 </Ui>