Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/euphoria

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


Modified Files:
        main.edc seeker.edc volume.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/parts/main.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- main.edc    22 Feb 2004 10:12:09 -0000      1.1
+++ main.edc    7 Mar 2004 18:15:29 -0000       1.2
@@ -17,12 +17,39 @@
                      offset, -1 182;
                    }
                    image {
-                       normal, "main"".png";
+                       normal, "main.png";
                    }
                    border, 10 10 20 10;
                }
            } //part
 
+           part {
+               name, "top_grad";
+               mouse_events, 1;
+               repeat_events, 1;
+                 description {
+                   state, "default" 0.0;
+                   min, 30 10;
+                   max, 99999 10;
+                   border, 0 0 0 0;
+                    color, WINTER_COLOR;
+                   rel1 {
+                      to, "main";
+                     relative, 0 0;
+                     offset, 0 0;
+                   }
+                   rel2 {
+                      to, "main";
+                     relative, 1 0;
+                     offset, -1 10;
+                   }
+                   image {
+                       normal, "top_grad.png";
+                   }
+                   border, 10 10 10 10;
+               }
+           } //part
+
       part {
         name, "screen";
        description {
@@ -139,3 +166,29 @@
              }
            } //part
 
+           part {
+               name, "bottom_grad";
+               mouse_events, 1;
+               repeat_events, 1;
+                 description {
+                   state, "default" 0.0;
+                   min, 30 10;
+                   max, 99999 10;
+                   border, 0 0 0 0;
+                    color, WINTER_COLOR;
+                   rel1 {
+                      to, "bottom";
+                     relative, 0 0;
+                     offset, 0 0;
+                   }
+                   rel2 {
+                      to, "bottom";
+                     relative, 1 1;
+                     offset, -1 -1;
+                   }
+                   image {
+                       normal, "bot_grad.png";
+                   }
+                   border, 10 10 10 10;
+               }
+           } //part
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/euphoria/data/themes/winter/parts/seeker.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- seeker.edc  22 Feb 2004 10:12:09 -0000      1.1
+++ seeker.edc  7 Mar 2004 18:15:29 -0000       1.2
@@ -47,6 +47,30 @@
          border, 5 5 1 1;
        }
       }
+      part {
+        name, "seekerBarGrad";
+       description {
+         state, "default" 0.0;
+         visible, 1;
+         min, 0 6;
+         max, 9999 6;
+          color, WINTER_COLOR;
+         rel1 {
+           to, "seekerBar";
+           relative, 0 0;
+           offset, 0 0;
+         }
+         rel2 {
+           to, "seekerBar";
+           relative, 1 1;
+           offset, -1 -1;
+         }
+         image {
+           normal, "seeker_bar_grad.png";
+         }
+         border, 5 5 1 1;
+       }
+      }
 
       part {
         name, "seeker";
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/euphoria/data/themes/winter/parts/volume.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- volume.edc  22 Feb 2004 10:12:09 -0000      1.1
+++ volume.edc  7 Mar 2004 18:15:29 -0000       1.2
@@ -19,11 +19,11 @@
        }
       } //part
 
-BUTTON2("vol-dn", "vol-dn.png", "vol-dn-over.png", "vol-dn-clicked.png",
+BUTTON2("vol-dn", "vol-dn.png", "vol-dn-clicked.png", "vol-dn-border.png",
         11, 16,
         "volumeBox", 0 0, -10 0, 
         "volumeBox", 0 1, 0 -1)
-BUTTON2("vol-up", "vol-up.png", "vol-up-over.png", "vol-up-clicked.png",
+BUTTON2("vol-up", "vol-up.png", "vol-up-clicked.png", "vol-up-border.png",
         11, 16,
         "volumeBox", 1 0, -1 0, 
         "volumeBox", 1 1, 10 -1)




-------------------------------------------------------
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