[NUI] Remove regacy Interop files
authorJiyun Yang <ji.yang@samsung.com>
Fri, 31 Mar 2023 00:52:23 +0000 (09:52 +0900)
committerSangHyeon Jade Lee <dltkdgus1764@gmail.com>
Wed, 5 Apr 2023 12:12:53 +0000 (21:12 +0900)
commitf1011224e48aa163fe87c3079f3f624be63cf267
tree4889d4f01dde0ad8370531b242e49956b18e7488
parente404dc94e03a28113a2bc8ef29a0ee22aabddd5f
[NUI] Remove regacy Interop files

* Button
* CheckBoxButton
* Popup
* ProgressBar
* PushButton
* RadioButton
* Slider
* ToggleButton
* Signals that are not removed in #5136

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
13 files changed:
src/Tizen.NUI/src/internal/Common/ViewLayoutDirectionChangedSignal.cs [deleted file]
src/Tizen.NUI/src/internal/Common/ViewVisibilityChangedSignal.cs [deleted file]
src/Tizen.NUI/src/internal/Interop/Interop.Button.cs [deleted file]
src/Tizen.NUI/src/internal/Interop/Interop.ButtonSignal.cs [deleted file]
src/Tizen.NUI/src/internal/Interop/Interop.CheckBoxButton.cs [deleted file]
src/Tizen.NUI/src/internal/Interop/Interop.Popup.cs [deleted file]
src/Tizen.NUI/src/internal/Interop/Interop.ProgressBar.cs [deleted file]
src/Tizen.NUI/src/internal/Interop/Interop.PushButton.cs [deleted file]
src/Tizen.NUI/src/internal/Interop/Interop.RadioButton.cs [deleted file]
src/Tizen.NUI/src/internal/Interop/Interop.Slider.cs [deleted file]
src/Tizen.NUI/src/internal/Interop/Interop.ToggleButton.cs [deleted file]
src/Tizen.NUI/src/internal/Interop/Interop.ViewVisibilityChangedSignal.cs [deleted file]
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.Layout.cs [deleted file]