discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bce864b8dde54aee388bffb6caa0701cba70fc86
commit bce864b8dde54aee388bffb6caa0701cba70fc86 Author: Mike Blumenkrantz <[email protected]> Date: Mon Apr 21 16:25:26 2014 -0400 edc parts.alias documentation is now comprehensible and useful --- src/bin/edje/edje_cc_handlers.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c index 34d430e..6ac0b71 100644 --- a/src/bin/edje/edje_cc_handlers.c +++ b/src/bin/edje/edje_cc_handlers.c @@ -3965,13 +3965,16 @@ st_collections_group_limits_horizontal(void) @context group { parts { - alias: "theme_part_path" "real_part_path"; - .. + alias: "theme_part_path" "somegroup:real_part_path"; + group { "theme_part_path"; } } } @description - Alias of part give a chance to let the designer put the real one - in a box or reuse one from a GROUP or inside a BOX. + Allows for a part to be referenced externally as though + it had the name of the alias. + In the above example, swallowing an object into part "theme_part_path" + will result in the object actually being swallowed into the part + "real_part_path" in the "somegroup" group. @endblock */ static void --
