manual binding for TextEditor and InputMethod
authorxb.teng <xb.teng@samsung.com>
Tue, 13 Jun 2017 10:40:10 +0000 (18:40 +0800)
committerxb.teng <xb.teng@samsung.com>
Tue, 20 Jun 2017 08:09:57 +0000 (16:09 +0800)
commit991aae4dcf216a6508b2b0836f553f6daf166e19
tree6073f8b10cb71254d9afe9986baab24ff3892e5e
parent9f6f9d9e96b1630052b3d7442c58e3180385bf37
manual binding for TextEditor and InputMethod

There are changes:
1. Add event ScrollStateChanged for TextEditor
2. Add InputMethod high level class for TextField
3. Fix a issue of ImageView
4. Update sample to test new feature

Change-Id: I81c84181ad54a4a62dea7ddd97167ffe3b1c4ab2
NUISamples/NUISamples/NUISamples.TizenTV/examples/text-test.cs
src/Tizen.NUI/Tizen.NUI.csproj
src/Tizen.NUI/src/internal/ManualPINVOKE.cs
src/Tizen.NUI/src/internal/ScrollStateChangedSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/InputMethod.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/NUIConstants.cs