[NUI][AT-SPI] Add IAtspiValue.AccessibilityGetValueText()
authorArtur Świgoń <a.swigon@samsung.com>
Thu, 13 Apr 2023 08:45:11 +0000 (10:45 +0200)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 17 Apr 2023 12:42:36 +0000 (21:42 +0900)
commit131a7aced94c187256338c368c6e51efb0e95b98
tree01b96989fe05c85c72538dcd9b6015bfde7beff7
parenteeeb1813dbf1d16b207e6de7dfb18db9d5c0801a
[NUI][AT-SPI] Add IAtspiValue.AccessibilityGetValueText()

This API allows the application to provide the Screen Reader with a formatted
string value rather than the default, floating-point one. This in turn, allows
to customize in detail how e.g. slider values are read.
src/Tizen.NUI.Components/Controls/Pagination.cs
src/Tizen.NUI.Components/Controls/Progress.cs
src/Tizen.NUI.Components/Controls/Slider.cs
src/Tizen.NUI/src/internal/Interop/Interop.ControlDevel.cs
src/Tizen.NUI/src/public/Accessibility/IAtspiValue.cs
src/Tizen.NUI/src/public/BaseComponents/ViewAccessibility.cs
src/Tizen.NUI/src/public/BaseComponents/ViewAccessibilityEvent.cs
src/Tizen.NUI/src/public/BaseComponents/ViewAccessibilityWrappers.cs