X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Ftext-controls%2Ftext-editor.cpp;h=f02d8432deac939a413822f470050a687211cf8c;hb=6f2c97cdf289951bf0182f99c9d528d3ff2d78e7;hp=fa81f24953f77e1d6aef1ec32c671d153a08bf5a;hpb=39fc99671f79f683a834406e24edf485752c600d;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/text-controls/text-editor.cpp b/dali-toolkit/public-api/controls/text-controls/text-editor.cpp index fa81f24..f02d843 100644 --- a/dali-toolkit/public-api/controls/text-controls/text-editor.cpp +++ b/dali-toolkit/public-api/controls/text-controls/text-editor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Samsung Electronics Co., Ltd. + * Copyright (c) 2017 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. @@ -64,6 +64,17 @@ TextEditor::TextChangedSignalType& TextEditor::TextChangedSignal() return Dali::Toolkit::GetImpl( *this ).TextChangedSignal(); } +TextEditor::InputStyleChangedSignalType& TextEditor::InputStyleChangedSignal() +{ + return Dali::Toolkit::GetImpl( *this ).InputStyleChangedSignal(); +} + + +TextEditor::ScrollStateChangedSignalType& TextEditor::ScrollStateChangedSignal() +{ + return Dali::Toolkit::GetImpl( *this ).ScrollStateChangedSignal(); +} + TextEditor::TextEditor( Internal::TextEditor& implementation ) : Control( implementation ) {