Enlightenment CVS committal Author : moom Project : e17 Module : proto
Dir : e17/proto/etk/src/lib Modified Files: etk_canvas.c Log Message: * Fix the documentation of Etk_Canvas =================================================================== RCS file: /cvs/e/e17/proto/etk/src/lib/etk_canvas.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- etk_canvas.c 13 May 2006 23:44:40 -0000 1.10 +++ etk_canvas.c 19 May 2006 14:34:09 -0000 1.11 @@ -173,7 +173,7 @@ * Evas *evas; * Evas_Object *obj; * - * evas = etk_widget_toplevel_widget_get(canvas); + * evas = etk_widget_toplevel_evas_get(canvas); * obj = evas_object_rectangle_add(evas); * etk_canvas_object_add(canvas, obj); * } @@ -191,10 +191,10 @@ * @endcode @n * * - * When the canvas is moved, the objects belonging to it are automatically moved in the same direction, - * but you might want to add notification callback to the @a "geometry" property of the canvas widget which will be - * called each time the geometry of the canvas changed. That way, you can resize the objects when the size of canvas is - * modified: @n + * When the canvas is moved, the objects belonging to it are automatically moved with it, + * but you might want to add a notification callback to the @a "geometry" property of the canvas widget, which will be + * called each time the geometry of the canvas is changed. That way, you can resize the objects when the size of the + * canvas is modified: @n * @code * etk_object_notification_callback_add(ETK_OBJECT(canvas), "geometry", canvas_geometry_changed_cb, NULL); * ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs