Enumeration
ClutterFlowOrientation
since: 1.2
Description [src]
The direction of the arrangement of the children inside
a ClutterFlowLayout
.
Available since: 1.2
Members
Name | Description |
---|---|
CLUTTER_FLOW_HORIZONTAL |
Arrange the children of the flow layout horizontally first. |
CLUTTER_FLOW_VERTICAL |
Arrange the children of the flow layout vertically first. |