Revert "[4.0] TextLabel sets vertical line alignment to MIDDLE for C# NUI" 03/165203/1
authorhuiyu,eun <huiyu.eun@samsung.com>
Wed, 27 Dec 2017 05:35:59 +0000 (14:35 +0900)
committerhuiyu,eun <huiyu.eun@samsung.com>
Wed, 27 Dec 2017 05:36:04 +0000 (14:36 +0900)
This reverts commit 9d723f878c84e4f93206de10aef7c8a148b5a7d0.

Change-Id: I3a33c72d21e41c84c193d1de85cb46e72d76c957

dali-csharp-binder/src/dali_wrap.cpp

index fee1113..e3cee47 100755 (executable)
@@ -468,11 +468,12 @@ void SWIG_CSharpException(int code, const char *msg) {
 
 #include <dali-toolkit/public-api/controls/scrollable/item-view/item-view-declarations.h>
 
-#include <dali-toolkit/devel-api/controls/text-controls/text-label-devel.h>
-#include <dali-toolkit/devel-api/text/text-enumerations-devel.h>
+#include <dali/devel-api/adaptor-framework/widget.h>
+#include <dali/devel-api/adaptor-framework/widget-impl.h>
+#include <dali/devel-api/adaptor-framework/widget-application.h>
 
-#include <dali-toolkit/devel-api/controls/text-controls/text-label-devel.h>
-#include <dali-toolkit/devel-api/text/text-enumerations-devel.h>
+#include <dali/devel-api/adaptor-framework/pixel-buffer.h>
+#include <dali/devel-api/adaptor-framework/image-loading.h>
 
 // add here SWIG version check
 
@@ -84294,9 +84295,6 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_TextLabel_New__SWIG_0() {
   {
     try {
       result = Dali::Toolkit::TextLabel::New();
-
-      // default behaviour of NUI TextLabel
-      result.SetProperty( Dali::Toolkit::DevelTextLabel::Property::VERTICAL_LINE_ALIGNMENT, Dali::Toolkit::DevelText::VerticalLineAlignment::MIDDLE );
     } catch (std::out_of_range& e) {
       {
         SWIG_CSharpException(SWIG_IndexError, const_cast<char*>(e.what())); return 0;
@@ -84335,9 +84333,6 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_TextLabel_New__SWIG_1(char * jarg1) {
   {
     try {
       result = Dali::Toolkit::TextLabel::New((std::string const &)*arg1);
-
-      // default behaviour of NUI TextLabel
-      result.SetProperty( Dali::Toolkit::DevelTextLabel::Property::VERTICAL_LINE_ALIGNMENT, Dali::Toolkit::DevelText::VerticalLineAlignment::MIDDLE );
     } catch (std::out_of_range& e) {
       {
         SWIG_CSharpException(SWIG_IndexError, const_cast<char*>(e.what())); return 0;