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-selection-toolbar.h;h=e8adee9be8b3cd2c31e1272dde4a210c2173c946;hp=26d81a4a464d453c53be27e04826bfaf27a8cb4d;hb=dd0935960c1acaf63d2b4f560b39236b871135b7;hpb=c57e053b5795783ad92b0fd7f8fbaba6b6d9322a diff --git a/dali-toolkit/devel-api/controls/text-controls/text-selection-toolbar.h b/dali-toolkit/devel-api/controls/text-controls/text-selection-toolbar.h index 26d81a4..e8adee9 100644 --- a/dali-toolkit/devel-api/controls/text-controls/text-selection-toolbar.h +++ b/dali-toolkit/devel-api/controls/text-controls/text-selection-toolbar.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_TEXT_SELECTION_TOOLBAR_H__ -#define __DALI_TOOLKIT_TEXT_SELECTION_TOOLBAR_H__ +#ifndef DALI_TOOLKIT_TEXT_SELECTION_TOOLBAR_H +#define DALI_TOOLKIT_TEXT_SELECTION_TOOLBAR_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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. @@ -42,7 +42,7 @@ class TextSelectionToolbar; * * */ -class DALI_IMPORT_API TextSelectionToolbar : public Control +class DALI_TOOLKIT_API TextSelectionToolbar : public Control { public: @@ -130,6 +130,11 @@ public: void RaiseAbove( Layer target ); /** + * @copydoc Toolkit::ScrollView::ScrollTo(const Vector2&) + */ + void ScrollTo( const Vector2& position ); + + /** * @brief Downcast a handle to TextSelectionToolbar. * * If the BaseHandle points is a TextSelectionToolbar the downcast returns a valid handle. @@ -162,4 +167,4 @@ public: // Not intended for application developers } // namespace Dali -#endif // __DALI_TOOLKIT_TEXT_SELECTION_TOOLBAR_H__ +#endif // DALI_TOOLKIT_TEXT_SELECTION_TOOLBAR_H