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-field-devel.cpp;h=345bb1288724a2136ed94c74a4f58f7e5b5ee1a9;hp=fce781906201fbd0fcaee6baad222cf0dc448577;hb=refs%2Fchanges%2F16%2F269516%2F7;hpb=d52cfe949a764d4ab0584b99d1322f06c8acd92f diff --git a/dali-toolkit/devel-api/controls/text-controls/text-field-devel.cpp b/dali-toolkit/devel-api/controls/text-controls/text-field-devel.cpp index fce7819..345bb12 100644 --- a/dali-toolkit/devel-api/controls/text-controls/text-field-devel.cpp +++ b/dali-toolkit/devel-api/controls/text-controls/text-field-devel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Samsung Electronics Co., Ltd. + * Copyright (c) 2022 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. @@ -55,6 +55,11 @@ SelectionClearedSignalType& SelectionClearedSignal(TextField textField) return GetImpl(textField).SelectionClearedSignal(); } +SelectionStartedSignalType& SelectionStartedSignal(TextField textField) +{ + return GetImpl(textField).SelectionStartedSignal(); +} + void SelectWholeText(TextField textField) { GetImpl(textField).SelectWholeText();