From e0f6e059979f0032a7b4fae48987298169acf9db Mon Sep 17 00:00:00 2001 From: Agnelo Vaz Date: Fri, 28 Jul 2017 10:57:37 +0100 Subject: [PATCH] Adding TextLabel TextColorAnimatable Change-Id: Icc91dc2007fcdc8b310302fdd1774e106226ea00 --- dali-csharp-binder/src/dali_wrap.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dali-csharp-binder/src/dali_wrap.cpp b/dali-csharp-binder/src/dali_wrap.cpp index 3afc591..4515116 100755 --- a/dali-csharp-binder/src/dali_wrap.cpp +++ b/dali-csharp-binder/src/dali_wrap.cpp @@ -455,6 +455,7 @@ SWIGINTERN void SWIG_CSharpException(int code, const char *msg) { #include #include #include +#include #include #include @@ -74868,6 +74869,14 @@ SWIGEXPORT int SWIGSTDCALL CSharp_Dali_TextLabel_Property_TEXT_COLOR_get() { return jresult; } +SWIGEXPORT int SWIGSTDCALL CSharp_Dali_TextLabel_Property_TEXT_COLOR_ANIMATABLE_get() { + int jresult ; + int result; + + result = (int)Dali::Toolkit::DevelTextLabel::Property::TEXT_COLOR_ANIMATABLE; + jresult = (int)result; + return jresult; +} SWIGEXPORT int SWIGSTDCALL CSharp_Dali_TextLabel_Property_SHADOW_OFFSET_get() { int jresult ; -- 2.7.4