[Tizen] Add properties of TextLabel/Editor 82/160082/3
authorhuiyu,eun <huiyu.eun@samsung.com>
Tue, 14 Nov 2017 10:37:39 +0000 (19:37 +0900)
committerMinho Sun <minho.sun@samsung.com>
Wed, 15 Nov 2017 00:37:49 +0000 (00:37 +0000)
This reverts commit e322ecf1622624f1b7214fb498cda114acc28c8f.

Change-Id: I03c35b9d8fd53368968db502f163cd0cfb349ec6

dali-csharp-binder/src/devel-property-wrap.cpp

index 5f578eb..ac031a0 100755 (executable)
@@ -382,6 +382,33 @@ SWIGEXPORT int SWIGSTDCALL CSharp_HIDDENINPUT_PROPERTY_SHOW_DURATION_get() {
   return jresult;
 }
 
+SWIGEXPORT int SWIGSTDCALL CSharp_TextLabel_Property_LINE_COUNT_get() {
+  int jresult ;
+  int result;
+
+  result = (int)Dali::Toolkit::DevelTextLabel::Property::LINE_COUNT;
+  jresult = (int)result;
+  return jresult;
+}
+
+SWIGEXPORT int SWIGSTDCALL CSharp_TextLabel_Property_LINE_WRAP_MODE_get() {
+  int jresult ;
+  int result;
+
+  result = (int)Dali::Toolkit::DevelTextLabel::Property::LINE_WRAP_MODE;
+  jresult = (int)result;
+  return jresult;
+}
+
+SWIGEXPORT int SWIGSTDCALL CSharp_TextEditor_Property_LINE_WRAP_MODE_get() {
+  int jresult ;
+  int result;
+
+  result = (int)Dali::Toolkit::DevelTextEditor::Property::LINE_WRAP_MODE;
+  jresult = (int)result;
+  return jresult;
+}
+
 #ifdef __cplusplus
 }
 #endif