Method

GtkBoxLayoutset_homogeneous

Declaration [src]

void
gtk_box_layout_set_homogeneous (
  GtkBoxLayout* box_layout,
  gboolean homogeneous
)

Description [src]

Sets whether the box layout will allocate the same size to all children.

Parameters

homogeneous

Type: gboolean

TRUE to set the box layout as homogeneous.