From: jaehwan Date: Fri, 28 Oct 2011 09:01:38 +0000 (+0000) Subject: add the documentations about edje group inherit. X-Git-Tag: submit/trunk/20120815.180907~478 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba9b1824fca65bfdb2d110913acaef616a0d458b;p=profile%2Fivi%2Fedje.git add the documentations about edje group inherit. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@64488 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/bin/edje_cc_handlers.c b/src/bin/edje_cc_handlers.c index db443ea..a2c18b9 100644 --- a/src/bin/edje_cc_handlers.c +++ b/src/bin/edje_cc_handlers.c @@ -1970,8 +1970,12 @@ _edje_data_item_list_foreach(const Eina_Hash *hash __UNUSED__, const void *key, @parameters [parent group name] @effect - Parent group name for inheritance. The parent group have to defined - in advance. + Parent group name for inheritance. + Group "inherit" is used to inherit any predefined group and change + some property which belongs to "part", "description", "items" or "program". + The child group has the same property as parent group. If you specify the + type again in an inherited part, it will cause an error (unless you plan + to fix that). @endproperty @since 1.1.0 */ @@ -4562,7 +4566,8 @@ st_collections_group_parts_part_description_rel1_offset(void) [another part's name] @effect Causes a corner to be positioned relatively to another part's - container. + container. Setting to "" will un-set this value for inherited + parts. @endproperty */ static void @@ -4593,6 +4598,7 @@ st_collections_group_parts_part_description_rel1_to(void) @effect Causes a corner to be positioned relatively to the X axis of another part's container. Simply put affects the first parameter of "relative". + Setting to "" will un-set this value for inherited parts. @endproperty */ static void @@ -4622,7 +4628,7 @@ st_collections_group_parts_part_description_rel1_to_x(void) @effect Causes a corner to be positioned relatively to the Y axis of another part's container. Simply put, affects the second parameter of - "relative". + "relative". Setting to "" will un-set this value for inherited parts. @endproperty */ static void