[feature] check if application window supports screen reader 83/92383/1
authorShinwoo Kim <cinoo.kim@samsung.com>
Sat, 15 Oct 2016 10:13:54 +0000 (19:13 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Sat, 15 Oct 2016 10:13:54 +0000 (19:13 +0900)
commit5039ce9caeab34df7bdf38ca8a413f58c8329394
tree4d6fe519ebfa6902439c93f46dea0eac892f5f7a
parent33502ddd5485f127fc12503c0a3df09ca07cb360
[feature] check if application window supports screen reader

If an window has attribute as below, the screen reader does not support the window.
elm_atspi_accessible_attribute_append(ad->win, "screen_reader_support", "no");

Change-Id: I10ee0814fba30a419d0f256fd8647b8274d76834
src/e_mod_main.c
src/e_screen_reader_gestures.c
src/e_screen_reader_private.h