Enlightenment CVS committal Author : pfritz Project : e17 Module : apps/elitaire
Dir : e17/apps/elitaire/data/themes/e17 Modified Files: e17.edc Log Message: scrolling in the menubars works now =================================================================== RCS file: /cvs/e/e17/apps/elitaire/data/themes/e17/e17.edc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- e17.edc 8 Jun 2007 17:32:48 -0000 1.1 +++ e17.edc 10 Jun 2007 10:06:53 -0000 1.2 @@ -253,6 +253,23 @@ }\ }\ }\ +\ +program {\ + name: _rel"_mouse_wheel_up";\ + signal: "mouse,wheel,0,-1";\ + source: _flag;\ + script {\ + emit("scroll,right", _flag);\ + }\ +}\ +program {\ + name: _rel"_mouse_wheel_down";\ + signal: "mouse,wheel,0,1";\ + source: _flag;\ + script {\ + emit("scroll,left", _flag);\ + }\ +}\ SCROLL_PROGS( _rel"_scroll_up_part", "scroll,stop", _flag, "scroll,right,start", _flag)\ SCROLL_PROGS( _rel"_scroll_down_part", "scroll,stop", _flag , "scroll,left,start", _flag) ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs