get_child_meta


Description:

[ Version ( since = "1.0" ) ]
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

a LayoutManager

container

a Container using this

actor

a Actor child of container

Returns:

a LayoutMeta, or null if the LayoutManager does not have layout properties. The returned layout meta instance is owned by the LayoutManager and it should not be unreferenced