Enlightenment CVS committal

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

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


Modified Files:
        evas.c_evas_canvas.pxi 


Log Message:
Fix docs, damn copy & paste.

===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-evas/evas/evas.c_evas_canvas.pxi,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- evas.c_evas_canvas.pxi      28 Sep 2007 18:06:26 -0000      1.14
+++ evas.c_evas_canvas.pxi      19 Oct 2007 13:16:32 -0000      1.15
@@ -254,7 +254,7 @@
 
         @parm: B{x}
         @parm: B{y}
-        @parm: B{include_hidden_objects} if to include objects passing events.
+        @parm: B{include_pass_events_objects} if to include objects passing 
events.
         @parm: B{include_hidden_objects} if to include hidden objects.
 
         @return: child object.
@@ -286,7 +286,7 @@
         @parm: B{y}
         @parm: B{w}
         @parm: B{h}
-        @parm: B{include_hidden_objects} if to include objects passing events.
+        @parm: B{include_pass_events_objects} if to include objects passing 
events.
         @parm: B{include_hidden_objects} if to include hidden objects.
 
         @return: child object.
@@ -300,13 +300,13 @@
         return Object_from_instance(o)
 
     def objects_at_xy_get(self, int x, int y,
-                             include_pass_events_objects=False,
-                             include_hidden_objects=False):
+                          include_pass_events_objects=False,
+                          include_hidden_objects=False):
         """Get all children at (x, y).
 
         @parm: B{x}
         @parm: B{y}
-        @parm: B{include_hidden_objects} if to include objects passing events.
+        @parm: B{include_pass_events_objects} if to include objects passing 
events.
         @parm: B{include_hidden_objects} if to include hidden objects.
 
         @return: children objects.
@@ -328,15 +328,15 @@
         return lst
 
     def objects_in_rectangle_get(self, int x, int y, int w, int h,
-                             include_pass_events_objects=False,
-                             include_hidden_objects=False):
+                                 include_pass_events_objects=False,
+                                 include_hidden_objects=False):
         """Get all children at given geometry.
 
         @parm: B{x}
         @parm: B{y}
         @parm: B{w}
         @parm: B{h}
-        @parm: B{include_hidden_objects} if to include objects passing events.
+        @parm: B{include_pass_events_objects} if to include objects passing 
events.
         @parm: B{include_hidden_objects} if to include hidden objects.
 
         @return: children objects.



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to