Constructor

ClutterFlowLayoutnew

Declaration [src]

ClutterLayoutManager*
clutter_flow_layout_new (
  ClutterFlowOrientation orientation
)

Description [src]

Creates a new ClutterFlowLayout with the given orientation.

Available since:1.2

Parameters

orientation ClutterFlowOrientation
 

The orientation of the flow layout.

Return value

Returns: ClutterLayoutManager
 

The newly created ClutterFlowLayout.

 The data is owned by the called function.