X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fflex-container%2Fflex-container.h;h=17c39e74deef67bace974850788dd3feb2bc6ed9;hb=HEAD;hp=51e26f7c7fdcbea27724358f13168ad0ac41a13b;hpb=debd4ef5b35507bac4579dfbb8983b743872c70b;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/flex-container/flex-container.h b/dali-toolkit/public-api/controls/flex-container/flex-container.h index 51e26f7..17c39e7 100644 --- a/dali-toolkit/public-api/controls/flex-container/flex-container.h +++ b/dali-toolkit/public-api/controls/flex-container/flex-container.h @@ -138,7 +138,8 @@ public: JUSTIFY_CENTER, ///< Items are positioned at the center of the container @SINCE_1_1.35 JUSTIFY_FLEX_END, ///< Items are positioned at the end of the container @SINCE_1_1.35 JUSTIFY_SPACE_BETWEEN, ///< Items are positioned with equal space between the lines @SINCE_1_1.35 - JUSTIFY_SPACE_AROUND ///< Items are positioned with equal space before, between, and after the lines @SINCE_1_1.35 + JUSTIFY_SPACE_AROUND, ///< Items are positioned with equal space before, and after the lines @SINCE_1_1.35 + JUSTIFY_SPACE_EVENLY ///< Items are positioned with equal space before, between, and after the lines @SINCE_2_0.29 }; /** @@ -242,7 +243,7 @@ public: * * @param[in] rhs A reference to the moved handle */ - FlexContainer(FlexContainer&& rhs); + FlexContainer(FlexContainer&& rhs) noexcept; /** * @brief Assignment operator. Changes this handle to point to another real object. @@ -259,7 +260,7 @@ public: * @param[in] rhs A reference to the moved handle * @return A reference to this */ - FlexContainer& operator=(FlexContainer&& rhs); + FlexContainer& operator=(FlexContainer&& rhs) noexcept; /** * @brief Destructor.