[NUI][AT-SPI] Add IAtspiValue.AccessibilityGetValueText()
authorArtur Świgoń <a.swigon@samsung.com>
Thu, 13 Apr 2023 08:45:11 +0000 (10:45 +0200)
committerEunki Hong <h.pichulia@gmail.com>
Wed, 19 Apr 2023 08:24:35 +0000 (17:24 +0900)
commit8293b4c9d4eae626e5ca3c9ea3968d6bd8d4efa8
treec50492d75216b3aff55f84581161d87b6f380e0b
parenta1afa56ebc2d67ac499f6f0f81c4cd26552ed05d
[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