Text selection refactoring
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / controls / text-controls / text-editor-devel.h
index bd01101..ac2bc6d 100644 (file)
@@ -122,10 +122,22 @@ enum Type
   RENDERING_BACKEND,
 
   /**
-       * @brief The maximum number of characters that can be inserted.
-       * @details Name "maxLength", type Property::INTEGER.
-       */
+   * @brief The maximum number of characters that can be inserted.
+   * @details Name "maxLength", type Property::INTEGER.
+   */
   MAX_LENGTH,
+
+  /**
+   * @brief The selected text start position.
+   * @details Name "selectedTextStart", type Property::INTEGER.
+   */
+  SELECTED_TEXT_START,
+
+  /**
+   * @brief The selected text range end position.
+   * @details Name "selectedTextEnd", type Property::INTEGER.
+   */
+  SELECTED_TEXT_END,
 };
 
 } // namespace Property