X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ftext-control-interface.h;h=d7ed8f49400e06ff081db00299a76e7b3c68103f;hb=ae643988e22f46fd0728e6327c1e537273269eb6;hp=3eb26b68c200281d6401f728b3dbe2b2631a8889;hpb=d04c5bdbb95cc98f90848c7a98b0b2804df6e5b8;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/text-control-interface.h b/dali-toolkit/internal/text/text-control-interface.h index 3eb26b6..d7ed8f4 100644 --- a/dali-toolkit/internal/text/text-control-interface.h +++ b/dali-toolkit/internal/text/text-control-interface.h @@ -48,6 +48,11 @@ public: * @brief Called to request a text relayout. */ virtual void RequestTextRelayout() = 0; + + /** + * @brief Called when the number of characters to be inserted exceeds the maximum limit + */ + virtual void MaxLengthReached() = 0; }; } // namespace Text