Add MIN_LINE_SIZE property
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / controls / text-controls / text-editor-devel.cpp
old mode 100644 (file)
new mode 100755 (executable)
index e9292bf..97ee0fa
@@ -1,6 +1,5 @@
-
 /*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  */
 
-// CLASS HEADER
+// INTERNAL INCLUDES
 #include <dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h>
-
-// INTERNAL HEADER
 #include <dali-toolkit/internal/controls/text-controls/text-editor-impl.h>
 
 namespace Dali
@@ -31,13 +28,13 @@ namespace Toolkit
 namespace DevelTextEditor
 {
 
-ScrollStateChangedSignalType& ScrollStateChangedSignal( TextEditor textEditor )
+InputMethodContext GetInputMethodContext( TextEditor textEditor )
 {
-  return Dali::Toolkit::GetImpl( textEditor ).ScrollStateChangedSignal();
+  return GetImpl( textEditor ).GetInputMethodContext();
 }
 
-} // namespace DevelText
+} // namespace DevelTextEditor
 
 } // namespace Toolkit
 
-} // namespace Dali
+} // namespace Dali
\ No newline at end of file