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:
GtkWidget
The
GtkWidget
of the child to set.The data is owned by the caller of the method. expand
-
Type:
gboolean
The new value of the expand child property.
fill
-
Type:
gboolean
The new value of the fill child property.
padding
-
Type:
guint
The new value of the padding child property.
pack_type
-
Type:
GtkPackType
The new value of the pack-type child property.