Revert "[NUI] Remove APIs which have been deprecated in API7"
authorDongsug Song <dongsug.song@samsung.com>
Thu, 25 Feb 2021 07:49:12 +0000 (16:49 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 25 Feb 2021 08:24:58 +0000 (17:24 +0900)
commited2f6c68fa315f66578c231912ded2af9fa8e98d
tree6bbb3fcb597dec48a5218010c0257a7dff8db6cc
parentac2b7fa978669fe4e243839188afdbdbb315f0e6
Revert "[NUI] Remove APIs which have been deprecated in API7"

This reverts commit 2a98e467a23af86d104a956b74f02e944bd3b73f.
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]