From: Lukasz Oleksak Date: Thu, 30 Sep 2021 12:24:44 +0000 (+0200) Subject: [ATSPI] Implementation of Hypertext and Hyperlink in text controls X-Git-Tag: dali_2.1.0~5^2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=c6aa87aaec61d4ab3638c397b3ba4bd08ecb13a6;hp=c6aa87aaec61d4ab3638c397b3ba4bd08ecb13a6 [ATSPI] Implementation of Hypertext and Hyperlink in text controls This patch exposes on dbus ATSPI Hypertext interface for the following text controls: TextEditor, TextField and TextLabel. Also it brings new class TextAnchor inheriting from Control which marks the geometry of an anchor inside the text controls mentioned above and which exposes on dbus ATSPI Hyperlink interface. Change-Id: Ic46bcf7a3ddfe49b1723ebf8025fba6779fda05d ---