From: Shilpa Singh Date: Wed, 29 Nov 2017 13:43:26 +0000 (+0530) Subject: elm: Access: Provide highlight legacy API X-Git-Tag: submit/sandbox/upgrade/efl120/20180319.053334~862 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04870bb4d4119f68a5a582f80bb946259a0b6aa7;p=platform%2Fupstream%2Fefl.git elm: Access: Provide highlight legacy API Change-Id: I24cec0cca496ec92fd06dfbf6ba7b9f1c8c38a9b --- diff --git a/src/lib/elementary/efl_access_component.eo b/src/lib/elementary/efl_access_component.eo index dca3524..a3a3799 100644 --- a/src/lib/elementary/efl_access_component.eo +++ b/src/lib/elementary/efl_access_component.eo @@ -103,11 +103,17 @@ mixin Efl.Access.Component () highlight_grab @protected { [[ Highlights accessible widget. returns true if highlight grab has successed, false otherwise. ]] + //TIZEN_ONLY(20160721): atspi: provide highlight legacy API + legacy: elm_atspi_component_highlight_grab; + // return: bool; } highlight_clear @protected { [[ Clears highlight of accessible widget. returns true if clear has successed, false otherwise. ]] + //TIZEN_ONLY(20160721): atspi: provide highlight legacy API + legacy: elm_atspi_component_highlight_clear; + // return: bool; } //