Import line: | Clutter = imports.gi.Clutter; |
GIR File: | Clutter-1.0.gir |
C documentation: | ClutterFlowOrientation |
Enum : | FlowOrientation |
Properties | |
---|---|
guint32 Clutter.FlowOrientation.HORIZONTAL : 0
|
|
guint32 Clutter.FlowOrientation.VERTICAL : 1
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Clutter.FlowLayout
Property |
orientation : Clutter.FlowOrientation
The orientation of the ClutterFlowLayout.
|
Clutter.FlowLayout
Method |
Create a new Clutter.FlowLayout
|
Clutter.FlowLayout
Method |
get_orientation
()
:
Clutter.FlowOrientation
Retrieves the orientation of the layout
|
Clutter.FlowLayout
Method |
set_orientation
(FlowOrientation orientation)
:
none
Sets the orientation of the flow layout
The orientation controls the direction used to allocate orientation also controls the direction of the overflowing |