elm: Access: Provide highlight legacy API
authorShilpa Singh <shilpa.singh@samsung.com>
Wed, 29 Nov 2017 13:43:26 +0000 (19:13 +0530)
committerJiyoun Park <jy0703.park@samsung.com>
Thu, 21 Dec 2017 10:41:07 +0000 (19:41 +0900)
Change-Id: I24cec0cca496ec92fd06dfbf6ba7b9f1c8c38a9b

src/lib/elementary/efl_access_component.eo

index dca3524..a3a3799 100644 (file)
@@ -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;
       }
       //