X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Ftext-controls%2Ftext-editor-devel.h;h=7bed333df07113c4a3f455b8d907e3d95ac87f90;hb=141d88c741ff0aef9aa74259f116fc17023e043a;hp=3a8fa6f71e0fde541600469a2e8c614202b997e7;hpb=96b966cf11945978a068524e45e86f9be8b19d3c;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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 3a8fa6f..7bed333 --- a/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h +++ b/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_TEXT_EDITOR_DEVEL_H /* - * 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. @@ -17,6 +17,8 @@ * limitations under the License. * */ +// EXTERNAL INCLUDES +#include // INTERNAL INCLUDES #include @@ -101,11 +103,26 @@ namespace Property * @brief Enables Text selection using Shift key. * @details Name "enableShiftSelection", type Property::BOOLEAN. */ - ENABLE_SHIFT_SELECTION + ENABLE_SHIFT_SELECTION, + + /** + * @brief Enables the grab handles for text selection. + * @details Name "enableGrabHandle", type Property::BOOLEAN. + * @note The default value is true, which means the grab handles are enabled by default. + */ + ENABLE_GRAB_HANDLE }; } // namespace Property +/** + * @brief Return the input method context of TextEditor. + * + * @param[in] textEditor The instance of TextEditor. + * @return InputMethodContext instance. + */ +DALI_TOOLKIT_API InputMethodContext GetInputMethodContext( TextEditor textEditor ); + } // namespace DevelTextEditor } // namespace Toolkit