‘ elm_entry_select_none ‘ not work

‘ elm_entry_select_none ‘ not work

BY 30 Mar 2017 Native Application Development

 

 

 

‘ elm_entry_select_none ‘ not work !!!!!

 

 

 

 

——————————————————————————————————-

 

void

entry_activated_cb(void *data, Evas_Object *obj, void *event_info)

{

  

elm_entry_select_none(obj);

   

}

 

 

 

 

evas_object_smart_callback_add(entry, “activated”, entry_activated_cb, NULL);

 

 

 

 

 

Written by