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)
commit1d9d7c0f618b6f685ebb7f7a0c51a91990179efc
treed39249419fee3b410d4ab7ad516a4b4769dbf958
parent5730cf24ed841a0d5b9c132ce546f0531eb48d25
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
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