test_list.c: added elm_object_item_part_text_set sample.

This commit is contained in:
Daniel Juyung Seo 2013-07-13 16:05:59 +09:00
parent a0605b196c
commit 44c59ce40e
1 changed files with 1 additions and 0 deletions

View File

@ -1000,6 +1000,7 @@ test_list5_swipe(void *data __UNUSED__,
evas_object_smart_callback_add(button, "clicked", test_list5_item_del,
event_info);
elm_object_item_part_content_set(event_info, "end", button);
elm_object_item_part_text_set(event_info, "default", "Enlightenment");
}
void