if (item->atspi_translation_domain)
eina_stringshare_del(item->atspi_translation_domain);
//
- //Tizen Only(20160728) free attribute list
- if (item->attr_list)
- {
- Elm_Atspi_Attribute *attr;
- EINA_LIST_FREE(item->attr_list, attr)
- {
- eina_stringshare_del(attr->key);
- eina_stringshare_del(attr->value);
- free(attr);
- }
- }
- //
//TIZEN_ONLY(20161013): clean up elm color class feature
if (item->color_classes)
if (sd->atspi_translation_domain)
eina_stringshare_del(sd->atspi_translation_domain);
//
- //Tizen Only(20160728) free attribute list
- if (sd->attr_list)
- {
- Elm_Atspi_Attribute *attr;
- EINA_LIST_FREE(sd->attr_list, attr)
- {
- eina_stringshare_del(attr->key);
- eina_stringshare_del(attr->value);
- free(attr);
- }
- }
- //
-
eo_do_super(obj, ELM_WIDGET_CLASS, eo_destructor());
sd->on_destroy = EINA_FALSE;
//TIZEN_ONLY(20150731) : add i18n support for name and description
const char *atspi_translation_domain;
///
- //TIZEN_ONLY(20160725): Add attributes set function and store the list
- Eina_List *attr_list;
- //
-
/* this is a hook to be set on-the-fly on widgets. this is code
* handling the request of showing a specific region from an inner
* widget (mainly issued by entries, on cursor moving) */
Elm_Atspi_Relation_Set atspi_custom_relations; /**< Developer-defined accessiblity relations */
///////////////////////////////////
const char *name;
- //TIZEN_ONLY(20160725): Add attributes set function and store the list
- Eina_List *attr_list;
- //
//TIZEN_ONLY(20150731) : add i18n support for name and description
const char *atspi_translation_domain;
///