Method

ClutterFlowLayoutset_column_width

Declaration [src]

void
clutter_flow_layout_set_column_width (
  ClutterFlowLayout* layout,
  gfloat min_width,
  gfloat max_width
)

Description [src]

Sets the minimum and maximum widths that a column can have.

Available since:1.2

Parameters

min_width gfloat
 

Minimum width of a column.

max_width gfloat
 

Maximum width of a column.