[Tizen] Add properties of TextLabel/Editor 91/153391/1
authorJinho, Lee <jeano.lee@samsung.com>
Thu, 28 Sep 2017 06:03:31 +0000 (15:03 +0900)
committerJinho, Lee <jeano.lee@samsung.com>
Thu, 28 Sep 2017 06:03:32 +0000 (15:03 +0900)
This reverts commit f1d0148beadf7c01e5e936bcf67a6c2b01d2a1d0.

Change-Id: I65fa12464e1ee3e88d0577c2bc01425661ac0208

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