Notify the IMF when backspace/cut empties the TextField
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-controller.h
index e665ac2..3c6125d 100644 (file)
@@ -643,6 +643,11 @@ private:
   bool BackspaceKeyEvent();
 
   /**
   bool BackspaceKeyEvent();
 
   /**
+   * @brief Helper to notify IMF manager with surrounding text & cursor changes.
+   */
+  void NotifyImfManager();
+
+  /**
    * @brief Helper to clear font-specific data.
    */
   void ShowPlaceholderText();
    * @brief Helper to clear font-specific data.
    */
   void ShowPlaceholderText();