X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Ftooltip%2Ftooltip-properties.h;h=3c4a901394e72cf85dcca080f613a10b8e3cd55e;hb=8135447dde34dce2e12480c1290f48a4d1dfa702;hp=d473cec2a525bf020d73b8435b593316b055b62f;hpb=097a9080258eb6e9548ef81f8c4177470e06d267;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/controls/tooltip/tooltip-properties.h b/dali-toolkit/devel-api/controls/tooltip/tooltip-properties.h index d473cec..3c4a901 100644 --- a/dali-toolkit/devel-api/controls/tooltip/tooltip-properties.h +++ b/dali-toolkit/devel-api/controls/tooltip/tooltip-properties.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_TOOLTIP_PROPERTIES_H /* - * Copyright (c) 2016 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 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. @@ -23,19 +23,15 @@ namespace Dali { - namespace Toolkit { - namespace Tooltip { - /** * @brief The properties used for a Tooltip. */ namespace Property { - enum { /** @@ -134,10 +130,8 @@ enum namespace Background { - namespace Property { - enum { /** @@ -166,13 +160,11 @@ enum */ namespace Tail { - /** * @brief The properties of the tail used by the tooltip. */ namespace Property { - enum { /** @@ -202,14 +194,13 @@ enum namespace Position { - /** * @brief The position of the tooltip in relation to the control. */ enum Type { - ABOVE, ///< The tooltip will appear above the control. - BELOW, ///< The tooltip will appear below the control. + ABOVE, ///< The tooltip will appear above the control. + BELOW, ///< The tooltip will appear below the control. HOVER_POINT ///< The tooltip will appear near the hover point. };