Enlightenment CVS committal Author : barbieri Project : e17 Module : proto
Dir : e17/proto/python-efl/python-evas/evas Modified Files: evas.c_evas_canvas.pxi Log Message: Implement missing top_at_pointer_get() =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-evas/evas/evas.c_evas_canvas.pxi,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- evas.c_evas_canvas.pxi 11 May 2007 01:47:03 -0000 1.6 +++ evas.c_evas_canvas.pxi 13 Jul 2007 19:11:38 -0000 1.7 @@ -144,6 +144,11 @@ o = evas_object_top_at_xy_get(self.obj, x, y, ip, ih) return Object_from_instance(o) + def top_at_pointer_get(self): + cdef Evas_Object *o + o = evas_object_top_at_pointer_get(self.obj) + return Object_from_instance(o) + def top_in_rectangle_get(self, int x, int y, int w, int h, include_pass_events_objects=False, include_hidden_objects=False): ------------------------------------------------------------------------- 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