Hello, Daniel. now I'm doing interface job. I thought editable_set API name cannot give any information to user related with drag & drop.
so it is better to change property name into drag_target. (same feature) but for compatibility, I moved editable_set into legacy part. thank you. 2016. 3. 20. 오후 7:06에 "Daniel Hirt" <[email protected]>님이 작성: > Hello, > > I am having a hard time understanding this change, conceptually. > Why can't both of these properties ('editable' and 'drag_target') coexist? > > -- > Danny (herdsman) > > On 03/19/2016 04:10 AM, Ji-Youn Park wrote: > > jypark pushed a commit to branch master. > > > > > http://git.enlightenment.org/core/elementary.git/commit/?id=09145dd66f3481754502edeca8a7e0de4203701b > > > > commit 09145dd66f3481754502edeca8a7e0de4203701b > > Author: Ji-Youn Park <[email protected]> > > Date: Sat Mar 19 10:00:19 2016 +0830 > > > > Evas.Draggable_Interface: move editable_set/get to lecacy API > > > > Elm_XXX_editable_set/get is related with drag and drop. > > > > Elm_entry, Elm_image, Elm_photo, Elm_thumb has editable API. > > If user call elm_entry_editable_set(obj, EINA_TRUE), > > elm entry's content(text) can be changed into dragging text. > > elm_image(photo,thumb also) is same. its content(image) also > > can be changed into dragging image. > > > > so changed for these widget to use drag_target property in > evas_draggable_interface > > --- > > src/lib/elm_entry.c | 17 +++++++++++++++-- > > src/lib/elm_entry.eo | 27 ++++----------------------- > > src/lib/elm_entry_legacy.h | 29 +++++++++++++++++++++++++++++ > > src/lib/elm_image.c | 17 +++++++++++++++-- > > src/lib/elm_image.eo | 17 +++-------------- > > src/lib/elm_image_legacy.h | 23 +++++++++++++++++++++++ > > src/lib/elm_photo.c | 17 +++++++++++++++-- > > src/lib/elm_photo.eo | 18 ++---------------- > > src/lib/elm_photo_legacy.h | 21 +++++++++++++++++++++ > > src/lib/elm_thumb.c | 23 ++++++++++++++++++----- > > src/lib/elm_thumb.eo | 25 ++++--------------------- > > src/lib/elm_thumb_legacy.h | 23 +++++++++++++++++++++++ > > 12 files changed, 172 insertions(+), 85 deletions(-) > > > > ------------------------------------------------------------------------------ > Transform Data into Opportunity. > Accelerate data analysis in your applications with > Intel Data Analytics Acceleration Library. > Click to learn more. > http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
