[4.0] add EnableShiftSelection in TextField,TextEditor 14/164514/2
authordongsug.song <dongsug.song@samsung.com>
Tue, 19 Dec 2017 11:23:39 +0000 (20:23 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Tue, 19 Dec 2017 11:25:44 +0000 (20:25 +0900)
Change-Id: I780c515cfde6a7c189e4993c9e9efde12f496558
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
dali-csharp-binder/src/text-editor.cpp
dali-csharp-binder/src/text-field.cpp

index 7055b3e..944939e 100755 (executable)
@@ -1441,6 +1441,13 @@ SWIGEXPORT void SWIGSTDCALL CSharp_Dali_delete_ScrollStateChangedSignal(void * j
 
 }
 
+
+SWIGEXPORT int SWIGSTDCALL CSharp_TextEditor_Property_ENABLE_SHIFT_SELECTION_get()
+{
+  return (int)Dali::Toolkit::DevelTextEditor::Property::ENABLE_SHIFT_SELECTION;
+}
+
+
 #ifdef __cplusplus
 }
 #endif
index 021d6a2..208e9be 100755 (executable)
@@ -20,6 +20,7 @@
 
 #include "common.h"
 #include <dali-toolkit/public-api/controls/text-controls/text-field.h>
+#include <dali-toolkit/devel-api/controls/text-controls/text-field-devel.h>
 
 SWIGINTERN bool Dali_Signal_Sl_void_Sp_Dali_Toolkit_TextField_SP__Sg__Empty(Dali::Signal< void (Dali::Toolkit::TextField) > const *self){
   return self->Empty();
@@ -1209,6 +1210,11 @@ SWIGEXPORT void SWIGSTDCALL CSharp_Dali_delete_TextFieldSignal(void * jarg1) {
 
 }
 
+SWIGEXPORT int SWIGSTDCALL CSharp_TextField_Property_ENABLE_SHIFT_SELECTION_get()
+{
+  return (int)Dali::Toolkit::DevelTextField::Property::ENABLE_SHIFT_SELECTION;
+}
+
 
 #ifdef __cplusplus
 }