Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib


Modified Files:
        Evas.h 


Log Message:


add calls to tell evas to propagate (or not) events on an object to its
parent smart object IF there is a callback set. ie. if there is a key down
callback set and propagae is set to false then the key event will not
prpagate to the parent as long as the child gets the key down events and has
the callback set.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/Evas.h,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -3 -r1.68 -r1.69
--- Evas.h      28 Oct 2005 02:56:27 -0000      1.68
+++ Evas.h      30 Oct 2005 05:07:50 -0000      1.69
@@ -609,7 +609,9 @@
    EAPI Evas_Bool         evas_object_pass_events_get       (Evas_Object *obj);
    EAPI void              evas_object_repeat_events_set     (Evas_Object *obj, 
Evas_Bool repeat);
    EAPI Evas_Bool         evas_object_repeat_events_get     (Evas_Object *obj);
-
+   EAPI void              evas_object_propagate_events_set  (Evas_Object *obj, 
Evas_Bool prop);
+   EAPI Evas_Bool         evas_object_propagate_events_get  (Evas_Object *obj);
+       
    EAPI void              evas_object_event_callback_add    (Evas_Object *obj, 
Evas_Callback_Type type, void (*func) (void *data, Evas *e, Evas_Object *obj, 
void *event_info), const void *data);
    EAPI void             *evas_object_event_callback_del    (Evas_Object *obj, 
Evas_Callback_Type type, void (*func) (void *data, Evas *e, Evas_Object *obj, 
void *event_info));
 




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to