Method

ClutterFlowLayoutset_orientation

since: 1.2

Declaration [src]

void
clutter_flow_layout_set_orientation (
  ClutterFlowLayout* layout,
  ClutterFlowOrientation orientation
)

Description [src]

Sets the orientation of the flow layout

The orientation controls the direction used to allocate the children: either horizontally or vertically. The orientation also controls the direction of the overflowing.

Available since: 1.2

Parameters

orientation

Type: ClutterFlowOrientation

The orientation of the layout.