Add property to keep widget size 79/300479/2
authorsunghyun kim <scholb.kim@samsung.com>
Thu, 26 Oct 2023 02:02:26 +0000 (11:02 +0900)
committersunghyun kim <scholb.kim@samsung.com>
Thu, 26 Oct 2023 02:49:17 +0000 (02:49 +0000)
Change-Id: I8985a1ef2b61cd229cca30a9711f69e8c572f3cf

dali-csharp-binder/widget-viewer-dali/widget-view-wrap.cpp

index 7d46c820de2d05957fdf4a392afe0db317728ca9..b93116824c73502fb013563284991129f9643217 100755 (executable)
@@ -152,6 +152,14 @@ SWIGEXPORT int SWIGSTDCALL CSharp_Dali_WidgetView_Property_EFFECT_get() {
   return jresult;
 }
 
+SWIGEXPORT int SWIGSTDCALL CSharp_Dali_WidgetView_Property_KEEP_WIDGET_SIZE_get() {
+  int jresult ;
+  int result;
+
+  result = (int)Dali::WidgetView::WidgetView::Property::KEEP_WIDGET_SIZE;
+  jresult = (int)result;
+  return jresult;
+}
 
 SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_new_WidgetView_Property() {
   void * jresult ;