X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Ftool-bar%2Ftool-bar.h;h=a9ad2e01f4886457360b367cf79432625739e965;hb=b97b29c76acefabbae2c0a4e9ecc261bf9dd8036;hp=17f9a632b7b7dc092790d5046997c56028a12dc6;hpb=f58b8383147de70affa1e3949cf1c6757d705d3c;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/controls/tool-bar/tool-bar.h b/dali-toolkit/devel-api/controls/tool-bar/tool-bar.h index 17f9a63..a9ad2e0 100644 --- a/dali-toolkit/devel-api/controls/tool-bar/tool-bar.h +++ b/dali-toolkit/devel-api/controls/tool-bar/tool-bar.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_TOOL_BAR_H__ -#define __DALI_TOOLKIT_TOOL_BAR_H__ +#ifndef DALI_TOOLKIT_TOOL_BAR_H +#define DALI_TOOLKIT_TOOL_BAR_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. @@ -43,7 +43,7 @@ class ToolBar; * is not forbidden, it adds controls on the left group with a size of 10% of the total tool bar size. * Dali::Actor::Remove() method does nothing. */ -class DALI_IMPORT_API ToolBar : public Control +class DALI_TOOLKIT_API ToolBar : public Control { public: static const Toolkit::Alignment::Padding DEFAULT_PADDING; ///< Default padding space between controls. By default all values are set to 0. @@ -88,12 +88,6 @@ public: static ToolBar DownCast( BaseHandle handle ); /** - * Sets a background image. - * @param background Actor with the tool bar background. - */ - void SetBackground( Actor background ); - - /** * Adds an additional control to the tool bar. * @pre The tool bar needs to be initialized. * @pre The alignment needs to be horizontal. @@ -130,4 +124,4 @@ public: // Not intended for application developers } // namespace Dali -#endif // __DALI_TOOLKIT_TOOL_BAR_H__ +#endif // DALI_TOOLKIT_TOOL_BAR_H