Method

ClutterFlowLayoutget_column_width

Declaration [src]

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

Description [src]

Retrieves the minimum and maximum column widths.

Available since:1.2

Parameters

min_width gfloat*
 

Return location for the minimum column width, or NULL.

 The argument will be set by the function.
max_width gfloat*
 

Return location for the maximum column width, or NULL.

 The argument will be set by the function.