view 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
line wrap: on
line source
<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/
..\FrameXML\UI.xsd">
  <Script file="Dock.lua" />

  <Font name="DevianDockHeader" font="Fonts\ARIALN.TTF" outline="NORMAL" virtual="true" height="14" />



  <Frame
      name="DevianDock"
      parent="UIParent"
      enableMouse="true"
      alpha="0.1"
      hidden="true"
      mixin="DevianDockHandler"
      frameStrata="LOW">
    <Scripts>
      <OnMouseWheel method="OnMouseWheel" />
    </Scripts>
    <Size x="32" y="20" />
    <Layers>
      <Layer level="ARTWORK">
        <Texture name="$parentBar" parent="DevianDock" setAllPoints="true" parentKey="caption" alphaMode="BLEND">
          <Color r="1" g="1" b="1" a="1" />
          <Gradient orientation="VERTICAL">
            <MaxColor r="0.15" g=".15" b="0.15" a="0.4" />
            <MinColor r="0" g="0" b="0" a="0" />
          </Gradient>
        </Texture>

      </Layer>
      <Layer level="OVERLAY">

      </Layer>
    </Layers>
  </Frame>
</Ui>