test_hoversel.c: print out hoversel item's text when it's selected.

This commit is contained in:
Daniel Juyung Seo 2013-11-13 09:34:58 +09:00
parent 5fae0149ca
commit 109c41b0f1
1 changed files with 2 additions and 1 deletions

View File

@ -104,7 +104,8 @@ static void
_hoversel_selected_cb(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
void *event_info)
{
printf("'selected' callback is called. (selected item : %p)\n", event_info);
printf("'selected' callback is called. (selected item : %s)\n",
elm_object_item_text_get(event_info));
}
static void