[NUI][ATSPI] Accessibility support for TabView components
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Wed, 26 May 2021 12:11:22 +0000 (21:11 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 27 May 2021 02:40:59 +0000 (11:40 +0900)
commit61a5fcf46b3c5de236ff6f389050d6bea9056af3
treeec88fbf809b9c21833161570bed5bce5f84c8fe1
parent23a81b3d19a344aa72dbf468e83f1c824da7c007
[NUI][ATSPI] Accessibility support for TabView components

SetAccessibilityConstructor() is added in OnInitialize() of TabView,
TabBar, TabButton, and TabContent.

AccessibilityHighlightable is set to be true in Initialize() of
TabButton.
src/Tizen.NUI.Components/Controls/TabBar.cs
src/Tizen.NUI.Components/Controls/TabButton.cs
src/Tizen.NUI.Components/Controls/TabContent.cs
src/Tizen.NUI.Components/Controls/TabView.cs