From 0df9bf6b0362f4c98e58e0c0d6201995b9fe7b57 Mon Sep 17 00:00:00 2001 From: Shinwoo Kim Date: Thu, 21 Jul 2016 15:12:02 +0900 Subject: [PATCH] atspi: provide highlight legacy API Change-Id: Idd035aeecc65b9a97aa6db881b0f435c9466ae18 --- src/lib/elm_interface_atspi_component.eo | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/lib/elm_interface_atspi_component.eo b/src/lib/elm_interface_atspi_component.eo index a2754d1..e126d38 100644 --- a/src/lib/elm_interface_atspi_component.eo +++ b/src/lib/elm_interface_atspi_component.eo @@ -102,11 +102,17 @@ mixin Elm_Interface_Atspi_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; } // -- 2.7.4