Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entice

Dir     : e17/apps/entice/data/themes/default/programs


Modified Files:
        panel.edc 


Log Message:
better tooltip handling, update to embed fonts, you can now scroll up or down by one 
element with the mouse wheel over the panel area
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entice/data/themes/default/programs/panel.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- panel.edc   26 Jan 2004 07:26:31 -0000      1.2
+++ panel.edc   2 Mar 2004 21:14:10 -0000       1.3
@@ -9,6 +9,20 @@
            }
            program
            {
+               name,   "MouseWheelUp";
+               signal, "mouse,wheel,0,-1";
+               source, "PanelMouseArea";
+               action, SIGNAL_EMIT "EnticeImagePrev" "";
+           }
+           program
+           {
+               name,   "MouseWheelDown";
+               signal, "mouse,wheel,0,1";
+               source, "PanelMouseArea";
+               action, SIGNAL_EMIT "EnticeImageNext" "";
+           }
+           program
+           {
                name,   "KillPanelTimers";
                signal, "mouse,in";
                source, "PanelMouseArea";




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to