Enlightenment CVS committal

Author  : cmarcelo
Project : e17
Module  : proto/python-efl

Dir     : e17/proto/python-efl/python-evas/include/evas


Modified Files:
        c_evas.pxd 


Log Message:
Python-Evas: adding support for new EVAS_CALLBACK_HOLD.


===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-evas/include/evas/c_evas.pxd,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- c_evas.pxd  26 Mar 2008 04:43:26 -0000      1.11
+++ c_evas.pxd  1 Apr 2008 21:05:53 -0000       1.12
@@ -24,6 +24,7 @@
         EVAS_CALLBACK_RESIZE
         EVAS_CALLBACK_RESTACK
         EVAS_CALLBACK_DEL
+        EVAS_CALLBACK_HOLD
 
 
     cdef enum Evas_Load_Error:
@@ -233,6 +234,12 @@
         unsigned int timestamp
         Evas_Event_Flags event_flags
 
+    ctypedef struct Evas_Event_Hold:
+        int hold
+        void *data
+        unsigned int timestamp
+        Evas_Event_Flags event_flags
+
 
     ####################################################################
     # Other typedefs
@@ -641,6 +648,14 @@
 
 cdef class EventKeyUp:
     cdef Evas_Event_Key_Up *obj
+
+    cdef void _set_obj(self, void *ptr)
+    cdef void _unset_obj(self)
+    cdef void _check_validity(self) except *
+
+
+cdef class EventHold:
+    cdef Evas_Event_Hold *obj
 
     cdef void _set_obj(self, void *ptr)
     cdef void _unset_obj(self)



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to