Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/elicit

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


Modified Files:
        shots.edc swatches.edc 


Log Message:

support mouse wheel in winter theme (left panel, shots/swatches)
(forgot to commit this before i left back in may...)

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/elicit/data/themes/winter/programs/shots.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- shots.edc   12 May 2004 19:10:24 -0000      1.1
+++ shots.edc   7 Aug 2004 13:14:21 -0000       1.2
@@ -22,3 +22,16 @@
     source, "shot.scroll.up";
     action, SIGNAL_EMIT "elicit,shot,scroll,up,stop" "";
   }
+  program {
+    name, "scroll.wheel.up";
+    signal, "mouse,wheel,0,-1";
+    source, "shot.grabber";
+    action, SIGNAL_EMIT "elicit,shot,scroll,up" "";
+  }
+  program {
+    name, "scroll.wheel.dn";
+    signal, "mouse,wheel,0,1";
+    source, "shot.grabber";
+    action, SIGNAL_EMIT "elicit,shot,scroll,down" "";
+  }
+
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/elicit/data/themes/winter/programs/swatches.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- swatches.edc        12 May 2004 19:10:25 -0000      1.1
+++ swatches.edc        7 Aug 2004 13:14:21 -0000       1.2
@@ -22,4 +22,15 @@
     source, "swatch.scroll.up";
     action, SIGNAL_EMIT "elicit,swatch,scroll,up,stop" "";
   }
-  
+  program {
+    name, "scroll.wheel.up";
+    signal, "mouse,wheel,0,-1";
+    source, "swatch.grabber";
+    action, SIGNAL_EMIT "elicit,swatch,scroll,up" "";
+  }
+  program {
+    name, "scroll.wheel.dn";
+    signal, "mouse,wheel,0,1";
+    source, "swatch.grabber";
+    action, SIGNAL_EMIT "elicit,swatch,scroll,down" "";
+  }




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to