Box.setChildPacking

void setChildPacking(gtk.widget.Widget child, bool expand, bool fill, uint padding, gtk.types.PackType packType)

Sets the way child is packed into box.

Parameters

childthe #GtkWidget of the child to set
expandthe new value of the expand child property
fillthe new value of the fill child property
paddingthe new value of the padding child property
packTypethe new value of the pack-type child property