Elm: doco++ (image editable set)

SVN revision: 51975
This commit is contained in:
Brett Nash 2010-09-08 06:19:57 +00:00
parent 5e612428fb
commit bf912e24c0
1 changed files with 9 additions and 0 deletions

View File

@ -313,6 +313,15 @@ elm_image_orient_set(Evas_Object *obj, Elm_Image_Orient orient)
_els_smart_icon_orient_set(wd->img, orient);
}
/**
* Make the image 'editable'.
*
* This means the image is a valid drag target for drag and drop, and can be
* cut or pasted too.
*
* @param obj Image object.
* @param set Turn on or off editability.
*/
EAPI void
elm_image_editable_set(Evas_Object *obj, Eina_Bool set)
{