Method
GtkBoxset_child_packing
Declaration [src]
void
gtk_box_set_child_packing (
GtkBox* box,
GtkWidget* child,
gboolean expand,
gboolean fill,
guint padding,
GtkPackType pack_type
)
Parameters
child-
Type:
GtkWidgetThe
GtkWidgetof the child to set.The data is owned by the caller of the method. expand-
Type:
gbooleanThe new value of the expand child property.
fill-
Type:
gbooleanThe new value of the fill child property.
padding-
Type:
guintThe new value of the padding child property.
pack_type-
Type:
GtkPackTypeThe new value of the pack-type child property.