Method
ClutterFlowLayoutset_orientation
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 |
Sets property | Clutter.FlowLayout:orientation |
Parameters
orientation |
ClutterFlowOrientation |
The orientation of the layout. |