X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Flayouting%2Fflex-node.h;h=44ddfc2f50764da55ac675f57cfd9139f9e83bcf;hp=5a73458786687a142712c915d36954ac488f9a76;hb=40455b5d07b94320ec953a906f861bd9d6a367f4;hpb=cabf76b631c0365a1e8f396b91ee54faa4994880 diff --git a/dali-toolkit/devel-api/layouting/flex-node.h b/dali-toolkit/devel-api/layouting/flex-node.h index 5a73458..44ddfc2 100644 --- a/dali-toolkit/devel-api/layouting/flex-node.h +++ b/dali-toolkit/devel-api/layouting/flex-node.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_LAYOUTING_FLEX_NODE_H /* - * Copyright (c) 2020 Samsung Electronics Co., Ltd. + * Copyright (c) 2022 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. @@ -55,7 +55,8 @@ enum class Justification CENTER, ///< Items are positioned at the center of the container FLEX_END, ///< Items are positioned at the end of the container SPACE_BETWEEN, ///< Items are positioned with equal space between the items - SPACE_AROUND ///< Items are positioned with equal space before, between, and after the items + SPACE_AROUND, ///< Items are positioned with equal space before, and after the items + SPACE_EVENLY ///< Items are positioned with equal space before, between, and after the items }; /** @@ -115,7 +116,7 @@ struct SizeTuple * @note int, height measure specification mode * @note SizeTuple, return value */ -using MeasureCallback = void (*)(Dali::Actor, float , int , float , int, SizeTuple *); +using MeasureCallback = void (*)(Dali::Actor, float, int, float, int, SizeTuple*); /** * This class provides the API for calling into the Flex layout implementation. @@ -339,7 +340,6 @@ public: private: struct Impl; std::unique_ptr mImpl; - }; // Node } // namespace Flex