Add SelectionStarted signal
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / controls / text-controls / text-editor-devel.cpp
index a7b4ae4..41d0c34 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2022 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -60,6 +60,11 @@ SelectionClearedSignalType& SelectionClearedSignal(TextEditor textEditor)
   return GetImpl(textEditor).SelectionClearedSignal();
 }
 
+SelectionStartedSignalType& SelectionStartedSignal(TextEditor textEditor)
+{
+  return GetImpl(textEditor).SelectionStartedSignal();
+}
+
 void SelectWholeText(TextEditor textEditor)
 {
   GetImpl(textEditor).SelectWholeText();