Bind REMOVE_FRONT_INSET, REMOVE_BACK_INSET property 37/307537/4
authorANZ1217 <chihun.jeong@samsung.com>
Tue, 12 Mar 2024 02:10:28 +0000 (11:10 +0900)
committerANZ1217 <chihun.jeong@samsung.com>
Thu, 14 Mar 2024 08:49:20 +0000 (17:49 +0900)
Change-Id: Ie6f9713f5ed5c4586cbeb90c82540353b7e646bb

dali-csharp-binder/dali-toolkit/text-label-wrap.cpp

index 639cd892a47328bc6e5b808f3e232894951757f7..6a87193b5a7c77b9dc899f242501740b4d30f0d3 100755 (executable)
@@ -82,6 +82,16 @@ SWIGEXPORT int SWIGSTDCALL CSharp_Dali_TextLabel_Property_ANCHOR_CLICKED_COLOR_g
   return (int)Dali::Toolkit::DevelTextLabel::Property::ANCHOR_CLICKED_COLOR;
 }
 
+SWIGEXPORT int SWIGSTDCALL CSharp_Dali_TextLabel_Property_REMOVE_FRONT_INSET_get()
+{
+  return (int)Dali::Toolkit::DevelTextLabel::Property::REMOVE_FRONT_INSET;
+}
+
+SWIGEXPORT int SWIGSTDCALL CSharp_Dali_TextLabel_Property_REMOVE_BACK_INSET_get()
+{
+  return (int)Dali::Toolkit::DevelTextLabel::Property::REMOVE_BACK_INSET;
+}
+
 SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_TextLabel_GetTextSize(void * pTextLabel, unsigned int start, unsigned int end)
 {
   Dali::Toolkit::TextLabel *textLabel = (Dali::Toolkit::TextLabel *) 0;
@@ -327,6 +337,7 @@ SWIGEXPORT void SWIGSTDCALL CSharp_Dali_delete_TextLabelSignal(void * jarg1) {
 
 }
 
+
 #ifdef __cplusplus
 }
 #endif