Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/data/themes


Modified Files:
        gentoo.edc 


Log Message:
Give the gentoo theme a temporary preview until themes are all sorted
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/data/themes/gentoo.edc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- gentoo.edc  27 Apr 2004 08:29:31 -0000      1.10
+++ gentoo.edc  23 May 2004 16:03:43 -0000      1.11
@@ -1,10 +1,84 @@
 images {
   image,  "engage-bottomlayer.png" LOSSY 95;
   image,  "engage-toplayer.png" LOSSY 95;
+  image,  "term.png" LOSSY 95;
 }
 
 collections {
   group {
+    name, "Terminal";
+
+    parts {
+      part {
+        name,   "background";
+        type,   IMAGE;
+        mouse_events, 1;
+
+        description {
+          state, "default" 0.0;
+
+          rel1 {
+            relative, 0.0 0.0;
+            offset, 0 0;
+          }
+          rel2 {
+            relative, 1.0 1.0;
+            offset, 0 0;
+          }
+          image {
+            normal, "engage-bottomlayer.png";
+          }
+        }
+      }
+      part {
+        name,   "EngageIcon";
+        type,   IMAGE;
+        mouse_events, 0;
+
+        description {
+          state, "default" 0.0;
+          align, 0.5 0.5;
+
+          color, 255 255 255 255;
+          rel1 {
+            relative, 0.2 0.2;
+            offset, 0 0;
+           to, "background";
+          }
+          rel2 {
+            relative, 0.8 0.8;
+            offset, 0 0;
+           to, "background";
+          } 
+          image {
+            normal, "term.png";
+          }
+        }
+      } 
+      part {
+        name,   "Top";
+        type,   IMAGE;
+        mouse_events, 0;
+
+        description {
+          state, "default" 0.0;
+
+          rel1 {
+            relative, 0.0 0.0;
+           to, "background";
+          }
+          rel2 {
+            relative, 1.0 1.0;
+           to, "background";
+          } 
+          image {
+            normal, "engage-toplayer.png";
+          }
+        }
+      }
+    }
+  }
+  group {
     name, "Main";
     min, 32 32;
     max, 256 256;




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to