hmm i like the fact that entires take care of their own selection
authorCarsten Haitzler <raster@rasterman.com>
Tue, 6 Mar 2012 12:42:18 +0000 (12:42 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Tue, 6 Mar 2012 12:42:18 +0000 (12:42 +0000)
fetching... but otherwise not changes to this func api-wise anyway. so
XXX remove :)

SVN revision: 68826

src/lib/elm_cnp.h

index 56eb3e8..b61ef59 100644 (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);