From d342ca59765e0f657979492e1b5925a1cdf3703f Mon Sep 17 00:00:00 2001 From: Brett Nash Date: Wed, 8 Sep 2010 06:20:01 +0000 Subject: [PATCH] Elm: photo doco ++ SVN revision: 51976 --- legacy/elementary/src/lib/elm_photo.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/legacy/elementary/src/lib/elm_photo.c b/legacy/elementary/src/lib/elm_photo.c index ead6833b10..bbaba372f7 100644 --- a/legacy/elementary/src/lib/elm_photo.c +++ b/legacy/elementary/src/lib/elm_photo.c @@ -217,6 +217,16 @@ elm_photo_fill_inside_set(Evas_Object *obj, Eina_Bool fill) _sizing_eval(obj); } +/** + * Set editability of the photo. + * + * An editable photo can be dragged to or from, and can be cut or pasted too. + * Note that pasting an image or dropping an item on the image will delete the + * existing content. + * + * @param obj The photo object. + * @param set To set of clear editablity. + */ EAPI void elm_photo_editable_set(Evas_Object *obj, Eina_Bool set) {