Text Editing (enable) property in text controls
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / controls / text-controls / text-field-devel.h
index 922632b..824d83c 100644 (file)
@@ -143,8 +143,13 @@ enum
    */
   SELECTED_TEXT_END,
 
-};
+  /**
+   * @brief The Editable state of control.
+   * @details Name "editable", type Property::BOOL.
+   */
+  ENABLE_EDITING,
 
+};
 } // namespace Property
 
 /**