set_child_packing
Description:
public void set_child_packing (Widget child, bool expand, bool fill, uint padding, PackType pack_type)
Sets the way child is packed into this.
Parameters:
| this |
a Box |
| child |
the Widget of the child to set |
| expand |
the new value of the expand child property |
| fill |
the new value of the fill child property |
| padding |
the new value of the padding child property |
| pack_type |
the new value of the pack-type child property |