Added interface for queuing input events in TextController
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / text-controls / text-label-impl.h
index ab29fc9..913d820 100644 (file)
@@ -35,7 +35,7 @@ namespace Internal
 /**
  * @brief A control which renders a short text string.
  */
-class TextLabel : public Control
+class TextLabel : public Control, public Text::ControlInterface
 {
 public:
 
@@ -96,6 +96,11 @@ private: // From Control
    */
   virtual float GetHeightForWidth( float width );
 
+  /**
+   * @copydoc Text::ControlInterface::RequestTextRelayout()
+   */
+  virtual void RequestTextRelayout();
+
 private: // Implementation
 
   /**