X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Ftext-controls%2Ftext-label.h;h=a3a0c3d041923aca658a2f81d77bdf4fedd469c0;hb=refs%2Fchanges%2F25%2F206425%2F2;hp=c0010f454c3ae15eb847ac5bd16359facd4c29e7;hpb=dfc446045beee475f6523e1bf94b52ce11463d1d;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/text-controls/text-label.h b/dali-toolkit/public-api/controls/text-controls/text-label.h index c0010f4..a3a0c3d 100644 --- a/dali-toolkit/public-api/controls/text-controls/text-label.h +++ b/dali-toolkit/public-api/controls/text-controls/text-label.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_TEXT_LABEL_H__ -#define __DALI_TOOLKIT_TEXT_LABEL_H__ +#ifndef DALI_TOOLKIT_TEXT_LABEL_H +#define DALI_TOOLKIT_TEXT_LABEL_H /* - * Copyright (c) 2018 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. @@ -169,6 +169,31 @@ public: UNUSED_PROPERTY_TEXT_COLOR, /** + * @brief This property is removed because it's deprecated. + */ + RESERVED_PROPERTY_01, + + /** + * @brief This property is removed because it's deprecated. + */ + RESERVED_PROPERTY_02, + + /** + * @brief This property is removed because it's deprecated. + */ + RESERVED_PROPERTY_03, + + /** + * @brief This property is removed because it's deprecated. + */ + RESERVED_PROPERTY_04, + + /** + * @brief This property is removed because it's deprecated. + */ + RESERVED_PROPERTY_05, + + /** * @brief Whether the mark-up processing is enabled. * @details Name "enableMarkup", type Property::BOOLEAN. * @SINCE_1_0.0 @@ -472,4 +497,4 @@ public: // Not intended for application developers } // namespace Dali -#endif // __DALI_TOOLKIT_TEXT_LABEL_H__ +#endif // DALI_TOOLKIT_TEXT_LABEL_H