comparison Dock.xml @ 98:33bc8baba858

start of a lot of v3 groundwork based on better knowledge of the addon interface: - use of mixin as a lexical center for generated frames - removal of unfinished segments
author Nenue
date Wed, 26 Oct 2016 10:17:43 -0400
parents
children 7d94df3804a7
comparison
equal deleted inserted replaced
97:34131d11e61b 98:33bc8baba858
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="Dock.lua" />
4
5 <Font name="DevianDockHeader" font="Fonts\ARIALN.TTF" outline="NORMAL" virtual="true" height="14" />
6
7
8
9 <Frame
10 name="DevianDock"
11 parent="UIParent"
12 enableMouse="true"
13 alpha="0.1"
14 hidden="true"
15 mixin="DevianDockHandler"
16 frameStrata="LOW">
17 <Scripts>
18 <OnMouseWheel method="OnMouseWheel" />
19 </Scripts>
20 <Size x="32" y="20" />
21 <Layers>
22 <Layer level="ARTWORK">
23 <Texture name="$parentBar" parent="DevianDock" setAllPoints="true" parentKey="caption" alphaMode="BLEND">
24 <Color r="1" g="1" b="1" a="1" />
25 <Gradient orientation="VERTICAL">
26 <MaxColor r="0.15" g=".15" b="0.15" a="0.4" />
27 <MinColor r="0" g="0" b="0" a="0" />
28 </Gradient>
29 </Texture>
30
31 </Layer>
32 <Layer level="OVERLAY">
33
34 </Layer>
35 </Layers>
36 </Frame>
37 </Ui>