X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Flib%2FElementary.h.in;h=0df752847baadf8ab00f3d21a30bd64f23101bd6;hb=d9ea9824e7dca84f186d3e8d47a0194a035f79f4;hp=3e32d6d0f63efeadb35769c21a5b59ba5323c4e9;hpb=57df06811d267bdbaa24b7ac805fe230bac59687;p=framework%2Fuifw%2Felementary.git diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index 3e32d6d..0df7528 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -1173,13 +1173,24 @@ extern "C" { /** * Set the text to read out when in accessibility mode * - * @param obj The object which is described + * @param obj The object which is to be described * @param txt The text that describes the widget to people with poor or no vision * * @ingroup General */ EAPI void elm_object_access_info_set(Evas_Object *obj, const char *txt); + /** + * Set the text to read out when in accessibility mode + * + * @param it The object item which is to be described + * @param txt The text that describes the widget to people with poor or no vision + * + * @ingroup General + */ + EAPI void elm_object_item_access_info_set(Elm_Object_Item *it, const char *txt); + + #define elm_object_item_text_get(it) elm_object_item_text_part_get((it), NULL) /**