X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Flayouting%2Flinear-layout.h;h=b70303a33467c1eadfa08c300c09b36dc056bac8;hb=87a9019904ab49c42f1e32e7ebb6a1512b0dc28c;hp=07924db1c295a937d593fc1a2a49ebfa656a1daa;hpb=f647b3f3e3523f09a34003e50aafc8453cbb0dc7;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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. *