get_child_meta
Description:
[ Version ( since = "1.0" ) ]
public unowned LayoutMeta get_child_meta (Container container, Actor actor)
public unowned LayoutMeta get_child_meta (Container container, Actor actor)
Retrieves the LayoutMeta that the layout
this associated to the actor
child of container
, eventually by creating one if the
LayoutManager supports layout properties
Parameters:
this | |
container |
a Container using this |
actor |
a Actor child of |
Returns:
a LayoutMeta, or |