Enlightenment CVS committal

Author  : xcomputerman
Project : e17
Module  : apps/e_utils

Dir     : e17/apps/e_utils/data/entangle/default/programs


Modified Files:
        main_programs.edc 


Log Message:
- Add mouse wheel support to Entangle
- Drag with left mouse button only

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/e_utils/data/entangle/default/programs/main_programs.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- main_programs.edc   26 May 2005 00:34:22 -0000      1.1
+++ main_programs.edc   12 Sep 2005 04:45:11 -0000      1.2
@@ -2,6 +2,20 @@
 EAPPS_ARROW_PROGS("down");
 
 program {
+   name, "scrollup";
+   source, "*";
+   signal, "mouse,wheel,*,-1";
+   action, SIGNAL_EMIT "wheel,up" "*";
+}
+
+program {
+   name, "scrolldown";
+   source, "*";
+   signal, "mouse,wheel,*,1";
+   action, SIGNAL_EMIT "wheel,down" "*";
+}
+
+program {
     name, "hide";
     source, "*";
     signal, "arrows,hide";




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to