Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/data/themes/default/bits


Modified Files:
        button-programs.edc checkbox-programs.edc 


Log Message:
Use the standard edje signal names for mouse events.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/button-programs.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- button-programs.edc 27 Jan 2004 14:45:23 -0000      1.1
+++ button-programs.edc 28 Jan 2004 05:09:30 -0000      1.2
@@ -1,7 +1,7 @@
       programs {
           program {
              name, "normal";
-             signal, "normal";
+             signal, "default";
              source, "*";
              action, STATE_SET "default" 0.0;
              transition, LINEAR, 0.0;
@@ -9,7 +9,7 @@
          }
           program {
              name, "hilited";
-             signal, "hilited";
+             signal, "mouse,in";
              source, "*";
              action, STATE_SET "over" 0.0;
              transition, LINEAR, 0.0;
@@ -17,7 +17,7 @@
          }
           program {
              name, "clicked";
-             signal, "clicked";
+             signal, "mouse,down,*";
              source, "*";
              action, STATE_SET "clicked" 0.0;
              transition, LINEAR, 0.0;
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/checkbox-programs.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- checkbox-programs.edc       27 Jan 2004 14:45:23 -0000      1.1
+++ checkbox-programs.edc       28 Jan 2004 05:09:30 -0000      1.2
@@ -1,7 +1,7 @@
       programs {
           program {
              name, "normal";
-             signal, "normal";
+             signal, "default";
              source, "*";
              action, STATE_SET "default" 0.0;
              transition, LINEAR, 0.0;
@@ -10,7 +10,7 @@
          }
           program {
              name, "hilited";
-             signal, "hilited";
+             signal, "mouse,in";
              source, "*";
              action, STATE_SET "over" 0.0;
              transition, LINEAR, 0.0;
@@ -18,7 +18,7 @@
          }
           program {
              name, "clicked";
-             signal, "clicked";
+             signal, "mouse,down,*";
              source, "*";
              action, STATE_SET "clicked" 0.0;
              transition, LINEAR, 0.0;




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to