Fixed for infinity loop mode
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-scroller.h
index f6c0b87..6af1b80 100644 (file)
@@ -123,6 +123,11 @@ public:
   void SetStopMode( DevelTextLabel::AutoScrollStopMode::Type stopMode );
 
   /**
+   * @brief Stop the auto scrolling.
+   */
+  void StopScrolling();
+
+  /**
    * @brief Get the mode of scrolling stop
    * @return stopMode type when text scrolling is stoped.
    */