X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Ftext-controls%2Ftext-editor-devel.h;h=fd2d4bba761b9096e1c0f73f4fb67d4879c118b4;hp=34c1b09484fcadaf1b1422ec8258d8309c3f90a2;hb=09fea2d3984ac0100f87f480335d674cbb9384a1;hpb=3eed10ef4379cfd9f8af38c1d0fc8cc084ffe80d diff --git a/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h b/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h old mode 100644 new mode 100755 index 34c1b09..fd2d4bb --- a/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h +++ b/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h @@ -17,6 +17,8 @@ * limitations under the License. * */ +// EXTERNAL INCLUDES +#include // INTERNAL INCLUDES #include @@ -113,6 +115,14 @@ namespace Property } // namespace Property +/** + * @brief Return the input method context of TextEditor. + * + * @param[in] textEditor The instance of TextEditor. + * @return InputMethodContext instance. + */ +DALI_IMPORT_API InputMethodContext GetInputMethodContext( TextEditor textEditor ); + } // namespace DevelTextEditor } // namespace Toolkit