diff options
author | Shinwoo Kim <cinoo.kim@samsung.com> | 2017-09-06 19:54:59 +0900 |
---|---|---|
committer | Shinwoo Kim <cinoo.kim@samsung.com> | 2017-09-06 19:54:59 +0900 |
commit | 2f6e28881ec6f7f4c3157f7bb4202f37ded06aa7 (patch) | |
tree | ee48b9979330768c44dd8379dbc7177dfe895b3c /src/lib/elementary/elm_widget.h | |
parent | 1cfc96dd5b641277299931274b5c745114c42133 (diff) |
elementary: atspi accessible name uses plain text
The markup information of accessible name is not necessary.
Diffstat (limited to 'src/lib/elementary/elm_widget.h')
-rw-r--r-- | src/lib/elementary/elm_widget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/elementary/elm_widget.h b/src/lib/elementary/elm_widget.h index 8f3eae2ee0..0e51f610f2 100644 --- a/src/lib/elementary/elm_widget.h +++ b/src/lib/elementary/elm_widget.h | |||
@@ -751,6 +751,8 @@ EAPI void elm_widget_tree_dump(const Evas_Object *top); | |||
751 | EAPI void elm_widget_tree_dot_dump(const Evas_Object *top, FILE *output); | 751 | EAPI void elm_widget_tree_dot_dump(const Evas_Object *top, FILE *output); |
752 | EAPI Eina_Bool _elm_widget_onscreen_is(Evas_Object *widget); | 752 | EAPI Eina_Bool _elm_widget_onscreen_is(Evas_Object *widget); |
753 | EAPI Eina_Bool _elm_widget_item_onscreen_is(Elm_Object_Item *item); | 753 | EAPI Eina_Bool _elm_widget_item_onscreen_is(Elm_Object_Item *item); |
754 | const char* _elm_widget_accessible_plain_name_get(Evas_Object *obj, const char* name); | ||
755 | const char* _elm_widget_item_accessible_plain_name_get(Elm_Object_Item *item, const char* name); | ||
754 | 756 | ||
755 | #define ELM_WIDGET_DATA_GET_OR_RETURN(o, ptr, ...) \ | 757 | #define ELM_WIDGET_DATA_GET_OR_RETURN(o, ptr, ...) \ |
756 | Elm_Widget_Smart_Data *ptr; \ | 758 | Elm_Widget_Smart_Data *ptr; \ |