Add UPDATE_SIZE_HINT property 15/213415/1
authorhuiyu.eun <huiyu.eun@samsung.com>
Thu, 5 Sep 2019 02:27:27 +0000 (11:27 +0900)
committerhuiyu.eun <huiyu.eun@samsung.com>
Thu, 5 Sep 2019 02:27:27 +0000 (11:27 +0900)
Change-Id: Ibc04eb80bbd8dfbb0478074181f422253455c7fb
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
dali-csharp-binder/src/dali_wrap.cpp

index 5289e2f..20cc6c9 100755 (executable)
@@ -66973,6 +66973,15 @@ SWIGEXPORT int SWIGSTDCALL CSharp_Dali_View_Property_PADDING_get() {
   return jresult;
 }
 
+SWIGEXPORT int SWIGSTDCALL CSharp_Dali_View_Property_UPDATE_SIZE_HINT_get() {
+  int jresult ;
+  int result;
+
+  result = (int)Dali::DevelActor::Property::UPDATE_SIZE_HINT;
+  jresult = (int)result;
+  return jresult;
+}
+
 SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_new_View_Property() {
   void * jresult ;
   Dali::Toolkit::Control::Property *result = 0 ;