X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Fpopup%2Fpopup.h;h=054815ce2a11e90032fe86629ddfac583afb4be4;hp=b0bf93d17afb2a625b5e387f583c95d20eb1e15c;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=a073ebfd862b49692c8e6d7dff2b128e62a4f6df diff --git a/dali-toolkit/devel-api/controls/popup/popup.h b/dali-toolkit/devel-api/controls/popup/popup.h index b0bf93d..054815c 100644 --- a/dali-toolkit/devel-api/controls/popup/popup.h +++ b/dali-toolkit/devel-api/controls/popup/popup.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_POPUP_H__ -#define __DALI_TOOLKIT_POPUP_H__ +#ifndef DALI_TOOLKIT_POPUP_H +#define DALI_TOOLKIT_POPUP_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. @@ -52,7 +52,7 @@ class Popup; * | hiding | @ref HidingSignal() | * | hidden | @ref HiddenSignal() | */ -class DALI_IMPORT_API Popup : public Control +class DALI_TOOLKIT_API Popup : public Control { public: @@ -89,6 +89,7 @@ public: BACKING_ENABLED, ///< name "backingEnabled", type bool BACKING_COLOR, ///< name "backingColor", type Vector4 POPUP_BACKGROUND_IMAGE, ///< name "popupBackgroundImage", type std::string + POPUP_BACKGROUND_BORDER, ///< name "popupBackgroundBorder", type Rect< int >, Values are in the order: left, right, bottom, top TAIL_UP_IMAGE, ///< name "tailUpImage", type std::string TAIL_DOWN_IMAGE, ///< name "tailDownImage", type std::string TAIL_LEFT_IMAGE, ///< name "tailLeftImage", type std::string @@ -215,7 +216,7 @@ public: /** * @brief Sets the actor to use for a footer in this Popup. * - * @param[in] control The footer actor to be added to this Popup + * @param[in] footer The footer actor to be added to this Popup */ void SetFooter( Actor footer ); @@ -308,4 +309,4 @@ public: // Not intended for application developers } // namespace Dali -#endif // __DALI_TOOLKIT_POPUP_H__ +#endif // DALI_TOOLKIT_POPUP_H