set_child
Description:
public void set_child (
string id,
Widget child)
Sets child as the child for id in this.
When changing layouts, it will be inserted into the slot with id.
Parameters:
| this |
a multi-layout view
|
| id |
the id of the child
|
| child |
the child to set
|