[Tizen][AT-SPI] Add SlimCustomViewImpl 43/290143/3
authorArtur Świgoń <a.swigon@samsung.com>
Mon, 20 Mar 2023 14:46:32 +0000 (15:46 +0100)
committerArtur Świgoń <a.swigon@samsung.com>
Mon, 27 Mar 2023 08:26:29 +0000 (10:26 +0200)
commit597a1b9043d26b891e016c3a462a69d722fc5291
tree52f42073c308ebe2cd6ddc25f0b562c64e013107
parent95dacf2feef96851f8f3a2fb8ac583f978080504
[Tizen][AT-SPI] Add SlimCustomViewImpl

SlimCustomViewImpl is almost identical to Toolkit::Internal::Control, and its
purpose is to support the NUI option ViewAccessibilityMode.Custom by providing
a NUIViewAccessible instead of a ControlAccessible, thus allowing Accessibility
to be implemented in C# for a given View.

Change-Id: Iac0b7001ef8b0ce29f7fde3483db57ef3c2713fd
dali-csharp-binder/file.list
dali-csharp-binder/src/dali-wrap.cpp
dali-csharp-binder/src/slim-custom-view-impl.cpp [new file with mode: 0644]
dali-csharp-binder/src/slim-custom-view-impl.h [new file with mode: 0644]