set_layout_manager


Description:

[ Version ( since = "1.10" ) ]
public void set_layout_manager (LayoutManager? manager)

Sets the LayoutManager delegate object that will be used to lay out the children of this.

The Actor will take a reference on the passed manager which will be released either when the layout manager is removed, or when the actor is destroyed.

Parameters:

this

a Actor

manager

a LayoutManager, or null to unset it