elm_object_item: add a convenient macro api.

elm_object_item_translatable_set().
This commit is contained in:
ChunEon Park 2014-09-29 19:00:09 +09:00
parent ff6d8998ca
commit 67a90cdc3b
1 changed files with 2 additions and 0 deletions

View File

@ -200,6 +200,8 @@ EAPI void elm_object_item_domain_part_text_translatable_set(Elm_Object_Item *it,
#define elm_object_item_domain_text_translatable_set(it, domain, translatable) elm_object_item_domain_part_text_translatable_set((it), NULL, (domain), (translatable))
#define elm_object_item_text_translatable_set(it, translatable) elm_object_item_domain_part_text_translatable_set((it), NULL, NULL, (translatable))
/**
* Set the text to read out when in accessibility mode
*