Manual binding for TextEditor,TextField,Application,Window
authorxb.teng <xb.teng@samsung.com>
Tue, 4 Jul 2017 10:39:26 +0000 (18:39 +0800)
committerxb.teng <xb.teng@samsung.com>
Thu, 13 Jul 2017 07:15:35 +0000 (15:15 +0800)
commit033c150829abe82ca03e6661da8c183b6a6b691b
tree5b80ad9d97f051ba2a252db193115932afac9637
parentf77d535032ec8bd20167ffcc6b53ac00a5f99661
Manual binding for TextEditor,TextField,Application,Window

Here are changes:
1. Add EnableSelection,Placeholder property for TextEditor;
2. Add EnableSelection,Placeholder for TextField;
3. Add WindowSize,WindowPosition property for window;
4. Add a new constuctor for Application;
5. Rpdate Resized event argument for Window;
6. Fix a dispose issue of ImageView.

Change-Id: I34280cba24fdb28cfbaa5bc160350a579efe0358
NUISamples/NUISamples/NUISamples.TizenTV/examples/text-test.cs
src/Tizen.NUI/src/internal/Application.cs
src/Tizen.NUI/src/internal/ManualPINVOKE.cs
src/Tizen.NUI/src/internal/NDalicPINVOKE.cs
src/Tizen.NUI/src/internal/ResizedSignal.cs
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs
src/Tizen.NUI/src/public/Window.cs