Fix some bugs: 22/124322/2
authorFeng Jin <feng16.jin@samsung.com>
Tue, 11 Apr 2017 14:29:40 +0000 (22:29 +0800)
committerFeng Jin <feng16.jin@samsung.com>
Tue, 11 Apr 2017 14:47:36 +0000 (22:47 +0800)
commit335c796b10c3c20f7424a5d46a70a69225ca12d1
treeb56e39d028287c9d84751754df9569e5a69b9b4e
parentb94fe3ee6e7cb456ecb60217481d777b2d60d693
Fix some bugs:
(1)Change the return type of Window.IsVisible() form void to bool.
(2)Change the type of PushButton.IconPadding to Vector4.
(3)Change some properties in TextEditor and TextField to string type.

Change-Id: I15cab04c9a9b846e6d5a1457ed1c3bfd4e26a53a
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
Tizen.NUI/src/public/PushButton.cs
Tizen.NUI/src/public/TextEditor.cs
Tizen.NUI/src/public/TextField.cs
Tizen.NUI/src/public/Window.cs