Enlightenment CVS committal

Author  : atmosphere
Project : misc
Module  : engage

Dir     : misc/engage/data/themes


Modified Files:
        gentoo.edc 


Log Message:
start of some edje signals
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/data/themes/gentoo.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- gentoo.edc  15 Apr 2004 18:46:26 -0000      1.2
+++ gentoo.edc  15 Apr 2004 20:33:01 -0000      1.3
@@ -12,7 +12,7 @@
       part {
         name,   "background";
         type,   IMAGE;
-        mouse_events, 0;
+        mouse_events, 1;
 
         description {
           state, "default" 0.0;
@@ -51,5 +51,27 @@
         }
       }
     } /* Close Parts */
+    programs {
+       program {
+           name, "engage_icon_mouse_down";
+           signal, "mouse,down,1";
+           source, "background";
+           action, SIGNAL_EMIT "engage,app,raise" "";
+           in, 0.5 0.0;
+       }
+       program {
+           name, "engage_icon_mouse_down";
+           signal, "mouse,up,1";
+           source, "background";
+           action, ACTION_STOP;
+           target, "engage_icon_mouse_down";
+       }
+       program {
+           name, "engage_icon_mouse_clicked";
+           signal, "mouse,down,1,double";
+           source, "background";
+           action, SIGNAL_EMIT "engage,app,open" "";
+       }
+    }/* Close Programs */
   } /* Close Group */
 } /* Close Coll */




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to