set_layout_manager
Description:
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 |