diff Devian.xml @ 46:dcc57a7cabc9

re-adding Dock.lua to prep for revised implementation plans
author Nenue
date Sun, 03 Jan 2016 15:49:35 -0500
parents bec37163b7fe
children eb7544afd77a
line wrap: on
line diff
--- a/Devian.xml	Wed Dec 30 07:05:38 2015 -0500
+++ b/Devian.xml	Sun Jan 03 15:49:35 2016 -0500
@@ -210,22 +210,29 @@
   </Frame>
 
   <Frame
-      name="DevianDockFrame"
-      inherits="DevianConsole"
-      virtual="true">
+      name="DevianDock"
+      parent="UIParent" hidden="true">
+    <Anchors>
+      <Anchor point="TOP" relativePoint="TOP" />
+    </Anchors>
+    <Size x="400" y="40" />
     <Layers>
       <Layer level="ARTWORK">
-        <Texture name="$parentHeader" parentKey="headerbar" inherits="DevianHeader">
-          <Anchors>
-            <Anchor point="TOPLEFT" />
-            <Size x="150" y="20" />
-          </Anchors>
+        <Texture name="$parentBar" setAllPoints="true" parentKey="bar" alphaMode="MOD">
+          <Color r="1" g="1" b="1" a="1" />
+          <Gradient orientation="VERTICAL">
+            <MaxColor r="0" g="0" b="0" a="1" />
+            <MinColor r="1" g="1" b="1" a="1" />
+          </Gradient>
         </Texture>
-        <!-- channel headers are moved here -->
+
+      </Layer>
+      <Layer level="OVERLAY">
+
+        <Button name="$parentMenuButton"  parentKey="dropmenu" inherits="DevianDDButton" enableMouse="true">
+
+        </Button>
       </Layer>
     </Layers>
-    <Frames>
-      <!-- channel scrollers are moved in here -->
-    </Frames>
   </Frame>
 </Ui>
\ No newline at end of file