TextSelectionPopup buttons can be enabled from TextController
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / controls / text-controls / text-selection-popup.cpp
index f41f667..7cf97da 100644 (file)
@@ -34,6 +34,11 @@ TextSelectionPopup TextSelectionPopup::New()
   return Internal::TextSelectionPopup::New();
 }
 
+TextSelectionPopup TextSelectionPopup::New( Buttons enabledButtons )
+{
+  return Internal::TextSelectionPopup::New( enabledButtons );
+}
+
 TextSelectionPopup::TextSelectionPopup()
 {
 }