X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Ftext-controls%2Ftext-editor-devel.h;h=34c1b09484fcadaf1b1422ec8258d8309c3f90a2;hb=86824206ffe1f9d1ee92ad1fbdd209c8155cd437;hp=3a8fa6f71e0fde541600469a2e8c614202b997e7;hpb=2aab2479f7e6d127df4de063328570cc247ce6d4;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 3a8fa6f..34c1b09 100644 --- a/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h +++ b/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h @@ -101,7 +101,14 @@ 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