elm: atspi - bring HIGHLIGHT related changes
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 8 Nov 2017 01:28:05 +0000 (10:28 +0900)
committerJiyoun Park <jy0703.park@samsung.com>
Tue, 19 Dec 2017 00:53:27 +0000 (09:53 +0900)
commita7c2083176c4ad881177528e18eb9c47511b7753
treef35b3e61d5e05bbc8221b1eece1f8950bd4f8e5f
parent69a7ce4f719c20d0864ae4491bfe8c97d807fe7f
elm: atspi - bring HIGHLIGHT related changes

1. atspi: implement HighlightGrab and HighlightClear methods
  - commit 29e253e2f7ef3c632ac3a64c489bf569df407f30
  - Author: Lukasz Stanislawski <l.stanislaws@samsung.com>
  - Date:   Wed Dec 9 15:19:29 2015 +0100

2. win: add accessibility highlight.
  - commit d4753268ad02d0c25c16f815003c70b158879ca7
  - Author: Lukasz Stanislawski <l.stanislaws@samsung.com>
  - Date:   Wed Dec 9 10:03:31 2015 +0100
  - Accessibility highlight allows to visually marked given Evas_Object
    on elementary window. Its main purpose is to attract user attention
    to given object without triggering any widget events focus changes etc.
    Accessibility highlight is pararell concept to focus higlight.

@tizen_feature

Change-Id: I647feaf83dd1ad80a4586e6bf20f3792bd5203a1
src/lib/elementary/efl_access.eo
src/lib/elementary/efl_access_component.c
src/lib/elementary/efl_access_component.eo
src/lib/elementary/efl_ui_win.c
src/lib/elementary/elm_atspi_bridge.c
src/lib/elementary/elm_main.c
src/lib/elementary/elm_object.h
src/lib/elementary/elm_widget.c
src/lib/elementary/elm_widget.eo
src/lib/elementary/elm_widget.h
src/lib/elementary/elm_widget_item.eo