From 76ae122e6009d84f734b4e4c5e735bca1b18ff57 Mon Sep 17 00:00:00 2001 From: seoz Date: Wed, 11 Jul 2012 03:03:23 +0000 Subject: [PATCH] edje edje_cc_handlers.c: More documentation on image fill. Patch by Anisse Astier git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@73548 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/bin/edje_cc_handlers.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/bin/edje_cc_handlers.c b/src/bin/edje_cc_handlers.c index 9fda8bc..c9552ed 100644 --- a/src/bin/edje_cc_handlers.c +++ b/src/bin/edje_cc_handlers.c @@ -5614,7 +5614,10 @@ st_collections_group_parts_part_description_image_scale_hint(void) } @description The fill method is an optional block that defines the way an IMAGE part - is going to be displayed inside its container. + is going to be displayed inside its container. + It can be used for tiling (repeating the image) or displaying only + part of an image. See @ref evas_object_image_fill_set() documentation + for more details. @endblock @property -- 2.7.4