System Clipboard shown and items can be pasted
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-controller-impl.h
index 880004a..db0c0c3 100644 (file)
@@ -341,6 +341,10 @@ struct Controller::Impl
 
   void RetrieveSelection( std::string& selectedText, bool deleteAfterRetreival );
 
+  void ShowClipboard();
+
+  void HideClipboard();
+
   bool CopyStringToClipboard( std::string& source );
 
   void SendSelectionToClipboard( bool deleteAfterSending );