Edje: Organize sub-blocks order on EPC ref doc

Author:    Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>

SVN revision: 79907
This commit is contained in:
Jonas M. Gastal 2012-11-30 13:49:00 +00:00
parent e95cb8f584
commit f8f3e53f77
1 changed files with 6 additions and 4 deletions

View File

@ -2041,9 +2041,9 @@ st_styles_style_tag(void)
@context
collections {
..
group { }
group { }
sounds { }
group { }
group { }
..
}
@description
@ -2304,8 +2304,9 @@ st_collections_group_sound_tone(void)
min: width height;
max: width height;
data { }
script { }
limits { }
data { }
parts { }
programs { }
}
@ -3114,9 +3115,9 @@ st_collections_group_parts_alias(void)
pointer_mode: AUTOGRAB;
use_alternate_font_metrics: 0;
description { }
dragable { }
items { }
description { }
}
..
}
@ -5618,6 +5619,7 @@ st_collections_group_parts_part_description_rel2_to_y(void)
tween: "filenameN.ext";
border: left right top bottom;
middle: 0/1/NONE/DEFAULT/SOLID;
fill { }
}
..
}