From a236b78d5bcc7dcd17a05220d71108bfa057ce04 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Sat, 13 Jul 2013 16:05:59 +0900 Subject: [PATCH] test_list.c: added elm_object_item_part_text_set sample. --- src/bin/test_list.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/test_list.c b/src/bin/test_list.c index ed1ac76..ddf3707 100644 --- a/src/bin/test_list.c +++ b/src/bin/test_list.c @@ -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 -- 2.7.4