Add a TextEditor property to limit input to maximum characters
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / controls / text-controls / text-editor-devel.cpp
index 97ee0fa..b0b248b 100755 (executable)
@@ -33,8 +33,13 @@ InputMethodContext GetInputMethodContext( TextEditor textEditor )
   return GetImpl( textEditor ).GetInputMethodContext();
 }
 
   return GetImpl( textEditor ).GetInputMethodContext();
 }
 
+MaxLengthReachedSignalType& MaxLengthReachedSignal( TextEditor textEditor )
+{
+  return GetImpl( textEditor ).MaxLengthReachedSignal();
+}
+
 } // namespace DevelTextEditor
 
 } // namespace Toolkit
 
 } // namespace DevelTextEditor
 
 } // namespace Toolkit
 
-} // namespace Dali
\ No newline at end of file
+} // namespace Dali