Text selection refactoring
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / controls / text-controls / text-field-devel.h
index 8e2e006..922632b 100644 (file)
@@ -131,7 +131,20 @@ enum
        */
   RENDERING_BACKEND = ELLIPSIS + 7,
 
+  /**
+   * @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
 
 /**