Revert "[NUI] Remove APIs which have been deprecated in API7"
authorDongsug Song <dongsug.song@samsung.com>
Thu, 25 Feb 2021 08:06:26 +0000 (17:06 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 25 Feb 2021 08:16:52 +0000 (17:16 +0900)
commitd33f7ba19560432d3a9207dd8c150e715bc89ad8
tree9c279b5b621d068fa077ff1481aa99b16a03f0ef
parentfac9c763d2749e29bcc3b32d1e682608bff201d0
Revert "[NUI] Remove APIs which have been deprecated in API7"

This reverts commit 4c6d61473e4a0fadde471ab1e6291810df4ec23a.
33 files changed:
src/Tizen.NUI/src/internal/Common/ButtonSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Common/KeyboardTypeSignalType.cs
src/Tizen.NUI/src/internal/Common/ProgressBarValueChangedSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Common/ScrollViewSnapStartedSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Common/SliderMarkReachedSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Common/SliderValueChangedSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/NativeBinding/SWIGTYPE_p_bundle.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Utility/ItemView.cs
src/Tizen.NUI/src/internal/Widget/WidgetViewSignal.cs
src/Tizen.NUI/src/internal/Xaml/XamlParser.cs
src/Tizen.NUI/src/public/Animation/Animation.cs
src/Tizen.NUI/src/public/BaseComponents/FlexContainer.cs
src/Tizen.NUI/src/public/BaseComponents/Scrollable.cs
src/Tizen.NUI/src/public/Common/Layer.cs
src/Tizen.NUI/src/public/Common/PropertyBuffer.cs
src/Tizen.NUI/src/public/Common/PropertyNotification.cs
src/Tizen.NUI/src/public/Common/PropertyNotifySignal.cs
src/Tizen.NUI/src/public/CustomView/Spin.cs
src/Tizen.NUI/src/public/Rendering/Renderer.cs
src/Tizen.NUI/src/public/Rendering/Shader.cs
src/Tizen.NUI/src/public/UIComponents/Button.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/UIComponents/CheckBoxButton.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/UIComponents/Popup.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/UIComponents/PopupBindableProperty.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/UIComponents/ProgressBar.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/UIComponents/PushButton.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/UIComponents/RadioButton.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/UIComponents/ScrollBar.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/UIComponents/ScrollView.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/UIComponents/ScrollViewBindableProperty.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/UIComponents/ScrollViewEvent.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/UIComponents/Slider.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/UIComponents/ToggleButton.cs [new file with mode: 0755]