X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Flayouting%2Flinear-layout.h;h=b70303a33467c1eadfa08c300c09b36dc056bac8;hp=07924db1c295a937d593fc1a2a49ebfa656a1daa;hb=118f87dfe57967bfed8ccdf9143a078eaef1b119;hpb=895e2909bd541d9f987923c40dabd9417f66325b diff --git a/dali-toolkit/devel-api/layouting/linear-layout.h b/dali-toolkit/devel-api/layouting/linear-layout.h index 07924db..b70303a 100644 --- a/dali-toolkit/devel-api/layouting/linear-layout.h +++ b/dali-toolkit/devel-api/layouting/linear-layout.h @@ -72,6 +72,14 @@ public: }; }; + struct ChildProperty + { + enum + { + WEIGHT = CHILD_PROPERTY_START_INDEX, ///< name "weight", The proportion of the free space in the container the linear item will receive after all other non weighted items measured and all items specification width & height added. Type FLOAT + }; + }; + /** * @brief Creates an uninitialized LinearLayout handle. *