TextLabel devel properties manual binding for auto scroll animation 48/128848/1
authorJinho, Lee <jeano.lee@samsung.com>
Thu, 11 May 2017 15:45:04 +0000 (00:45 +0900)
committerJinho, Lee <jeano.lee@samsung.com>
Thu, 11 May 2017 15:45:41 +0000 (00:45 +0900)
Change-Id: I2bd4ca2075e39f54f7ddf513ae87028fd8af53ce

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

index d0115be..952c80a 100755 (executable)
@@ -334,7 +334,23 @@ SWIGEXPORT int SWIGSTDCALL CSharp_TextLabel_Property_ELLIPSIS_get() {
   return jresult;
 }
 
+SWIGEXPORT int SWIGSTDCALL CSharp_TextLabel_Property_AUTO_SCROLL_STOP_MODE_get() {
+  int jresult ;
+  int result;
+
+  result = (int)Dali::Toolkit::DevelTextLabel::Property::AUTO_SCROLL_STOP_MODE;
+  jresult = (int)result;
+  return jresult;
+}
 
+SWIGEXPORT int SWIGSTDCALL CSharp_TextLabel_Property_AUTO_SCROLL_LOOP_DELAY_get() {
+  int jresult ;
+  int result;
+
+  result = (int)Dali::Toolkit::DevelTextLabel::Property::AUTO_SCROLL_LOOP_DELAY;
+  jresult = (int)result;
+  return jresult;
+}
 
 #ifdef __cplusplus
 }