Enlightenment CVS committal

Author  : boykot
Project : misc
Module  : eplayer

Dir     : misc/eplayer/data/themes/iio/programs


Modified Files:
        controls.edc 


Log Message:
A shortcut to stop the animation while PLAYBACK_STATE = playing or paused.

===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/data/themes/iio/programs/controls.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- controls.edc        8 Feb 2004 12:30:20 -0000       1.2
+++ controls.edc        8 Feb 2004 15:58:53 -0000       1.3
@@ -141,6 +141,18 @@
        }
 
        program { 
+       name,   "stop_the_animation"; 
+       signal,     "mouse,down,*"; 
+       source, "layer_in";
+       action,         STATE_SET "default" 0.0;
+       transition, DECELERATE 0.1;
+       target,         "layer_in";
+       target,         "a_a";
+       target,         "quit";
+       }
+
+
+       program { 
                        name,                   "aa";
                        signal,                 "mouse,click,1";
                        source,                 "play_button";




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