annotate 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
rev   line source
Nenue@98 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/
Nenue@98 2 ..\FrameXML\UI.xsd">
Nenue@98 3 <Script file="Dock.lua" />
Nenue@98 4
Nenue@98 5 <Font name="DevianDockHeader" font="Fonts\ARIALN.TTF" outline="NORMAL" virtual="true" height="14" />
Nenue@98 6
Nenue@98 7
Nenue@98 8
Nenue@98 9 <Frame
Nenue@98 10 name="DevianDock"
Nenue@98 11 parent="UIParent"
Nenue@98 12 enableMouse="true"
Nenue@98 13 alpha="0.1"
Nenue@98 14 hidden="true"
Nenue@98 15 mixin="DevianDockHandler"
Nenue@98 16 frameStrata="LOW">
Nenue@98 17 <Scripts>
Nenue@98 18 <OnMouseWheel method="OnMouseWheel" />
Nenue@98 19 </Scripts>
Nenue@98 20 <Size x="32" y="20" />
Nenue@98 21 <Layers>
Nenue@98 22 <Layer level="ARTWORK">
Nenue@98 23 <Texture name="$parentBar" parent="DevianDock" setAllPoints="true" parentKey="caption" alphaMode="BLEND">
Nenue@98 24 <Color r="1" g="1" b="1" a="1" />
Nenue@98 25 <Gradient orientation="VERTICAL">
Nenue@98 26 <MaxColor r="0.15" g=".15" b="0.15" a="0.4" />
Nenue@98 27 <MinColor r="0" g="0" b="0" a="0" />
Nenue@98 28 </Gradient>
Nenue@98 29 </Texture>
Nenue@98 30
Nenue@98 31 </Layer>
Nenue@98 32 <Layer level="OVERLAY">
Nenue@98 33
Nenue@98 34 </Layer>
Nenue@98 35 </Layers>
Nenue@98 36 </Frame>
Nenue@98 37 </Ui>