Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/data/themes/winter/groups


Modified Files:
        collapsed.edc 


Log Message:

rework things a bit so that they can be colorclassed (when euphoria supports them). 
for now, you can change the color by modifying WINTER_COLOR in winter.edc

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/euphoria/data/themes/winter/groups/collapsed.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- collapsed.edc       22 Feb 2004 10:12:08 -0000      1.1
+++ collapsed.edc       7 Mar 2004 18:15:28 -0000       1.2
@@ -26,6 +26,29 @@
        }
       } //part
       part {
+        name, "left-grad";
+       mouse_events, 0;
+       description {
+         state, "default" 0.0;
+         min, 9 32;
+         max, 9 32;
+          color, WINTER_COLOR;
+         rel1 {
+            to, "main";
+           relative, 0 0;
+           offset, 0 0;
+         }
+         rel2 {
+            to, "main";
+           relative, 0 1;
+           offset, 9 -1;
+         }
+         image {
+             normal, "small-left-grad.png";
+         }
+       }
+      } //part
+      part {
         name, "right";
        mouse_events, 1;
        repeat_events, 1;
@@ -47,6 +70,29 @@
        }
       } //part
       part {
+        name, "right-grad";
+       mouse_events, 0;
+       description {
+         state, "default" 0.0;
+         min, 9 32;
+         max, 9 32;
+          color, WINTER_COLOR;
+         rel1 {
+            to, "right";
+           relative, 0 0;
+           offset, 0 0;
+         }
+         rel2 {
+            to, "right";
+           relative, 1 1;
+           offset, -1 -1;
+         }
+         image {
+             normal, "small-right-grad.png";
+         }
+       }
+      } //part
+      part {
         name, "panel";
        mouse_events, 1;
        repeat_events, 1;
@@ -119,6 +165,7 @@
          state, "default" 0.0;
          min, 0 2;
          max, 9999 2;
+          color, WINTER_COLOR;
          border, 3 3 2 2;
          rel1 {
             to, "seekerTrough";




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to