elementary - modified content_set/get/unset part names to be simple names.
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 16 Nov 2011 12:51:53 +0000 (12:51 +0000)
committerMike McCormack <mj.mccormack@samsung.com>
Mon, 21 Nov 2011 08:56:32 +0000 (17:56 +0900)
commitcb7fcefb004dbf5ccf167aea9b6295aee3afb895
tree38a9eac3b37fe74262c023edb1b30b9fc0a892f9
parentb6fd4bed5aa16ae2da83c1ff30ec241f7b69bef2
elementary - modified content_set/get/unset part names to be simple names.

Previous part names are just the swallow part names
but in modified version, the part names chaned to simpler meaning names to use.

i.e for button

elm_object_content_part_set(button, "elm.swallow.icon", icon);
-> elm_object_content_part_set(button, "icon", icon);

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@65295 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/bin/test_anchorblock.c
src/bin/test_bubble.c
src/bin/test_win_inline.c
src/edje_externals/elm_bubble.c