Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/elicit

Dir     : e17/apps/elicit/data/themes/winter/programs


Modified Files:
        main.edc 


Log Message:


elicit's winter theme is now color classed.
middle click on the main swatch to set the borders to that color.


===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/elicit/data/themes/winter/programs/main.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- main.edc    13 May 2004 01:01:32 -0000      1.3
+++ main.edc    7 Mar 2005 00:51:24 -0000       1.4
@@ -14,7 +14,7 @@
         signal, "window,enter";
         source, "Elicit";
         action, STATE_SET "active" 0.0;
-        transition, DECELERATE 0.25;
+        transition, DECELERATE .25;
         target, "grad-top";
         target, "grad-bot";
         target, "grad-left";
@@ -24,7 +24,7 @@
         signal, "window,leave";
         source, "Elicit";
         action, STATE_SET "default" 0.0;
-        transition, DECELERATE 0.25;
+        transition, DECELERATE .25;
         target, "grad-top";
         target, "grad-bot";
         target, "grad-left";
@@ -38,6 +38,13 @@
         after, "swatch.ani";
       }
       program {
+        name, "swatch.colorclass";
+        signal, "mouse,down,2*";
+        source, "swatch-border";
+        action, SIGNAL_EMIT "elicit,colorclass" "";
+//        after, "swatch.ani";
+      }
+      program {
         name, "swatch.ani";
         action, STATE_SET "hidden" 0.0;
         transition, LINEAR 0.0;




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to