Method

ClutterGridLayoutset_row_homogeneous

since: 1.12

Declaration [src]

void
clutter_grid_layout_set_row_homogeneous (
  ClutterGridLayout* layout,
  gboolean homogeneous
)

Description [src]

Sets whether all rows of layout will have the same height.

Available since: 1.12

Parameters

homogeneous

Type: gboolean

TRUE to make rows homogeneous.