X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Ftext-controls%2Ftext-editor-devel.h;h=4d600b5ec8dedbe36818323ce17e236184e9a99b;hb=b60fd26436c5a04b5f7e9d1f135181aabcfc6518;hp=fd2d4bba761b9096e1c0f73f4fb67d4879c118b4;hpb=e37f48bb34e81585a6ed436bd7a2f9dce02c19f5;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 index fd2d4bb..4d600b5 100755 --- 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. @@ -110,7 +110,14 @@ namespace Property * @details Name "enableGrabHandle", type Property::BOOLEAN. * @note The default value is true, which means the grab handles are enabled by default. */ - ENABLE_GRAB_HANDLE + ENABLE_GRAB_HANDLE, + + /** + * @brief Modifies the default text alignment to match the direction of the system language. + * @details Name "matchSystemLanguageDirection", type (Property::BOOLEAN), Read/Write + * @note The default value is false + */ + MATCH_SYSTEM_LANGUAGE_DIRECTION }; } // namespace Property @@ -121,7 +128,7 @@ namespace Property * @param[in] textEditor The instance of TextEditor. * @return InputMethodContext instance. */ -DALI_IMPORT_API InputMethodContext GetInputMethodContext( TextEditor textEditor ); +DALI_TOOLKIT_API InputMethodContext GetInputMethodContext( TextEditor textEditor ); } // namespace DevelTextEditor