hmm i like the fact that entires take care of their own selection

fetching... but otherwise not changes to this func api-wise anyway. so
XXX remove :)



SVN revision: 68826
This commit is contained in:
Carsten Haitzler 2012-03-06 12:42:18 +00:00
parent fac0b83303
commit a365dd870b
1 changed files with 0 additions and 5 deletions

View File

@ -135,12 +135,7 @@ EAPI Eina_Bool elm_cnp_selection_set(Evas_Object *obj, Elm_Sel_Type selection,
* @return If EINA_TRUE, getting selection data was successful.
*
* @ingroup CopyPaste
*
*/
// XXX: This api needs to be refined by cnp experts.
// I suggest:
// 1. call cnp callback regardless of widget type.
// 2. apps insert text data into entry manually.
EAPI Eina_Bool elm_cnp_selection_get(Evas_Object *obj, Elm_Sel_Type selection,
Elm_Sel_Format format,
Elm_Drop_Cb datacb, void *udata);