Text Editing (enable) property in text controls
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / text-controls / text-editor-impl.h
index 236cb7f..a149a79 100755 (executable)
@@ -203,7 +203,6 @@ private: // From Control
    */
   void AddDecoration( Actor& actor, bool needsClipping ) override;
 
    */
   void AddDecoration( Actor& actor, bool needsClipping ) override;
 
-
 // From SelectableControlInterface
 public:
   /**
 // From SelectableControlInterface
 public:
   /**
@@ -216,6 +215,16 @@ public:
    */
   Uint32Pair GetTextSelectionRange() const override;
 
    */
   Uint32Pair GetTextSelectionRange() const override;
 
+  /**
+   * @copydoc Text::EditableControlInterface::IsEditable()
+   */
+  bool IsEditable() const override;
+
+  /**
+   * @copydoc Text::EditableControlInterface::SetEditable()
+   */
+  void SetEditable( bool editable ) override;
+
 private: // Implementation
 
   /**
 private: // Implementation
 
   /**