FlowLayout
Object Hierarchy:
Description:
[
CCode ( type_id =
"clutter_flow_layout_get_type ()" ) ]
[
Version ( since =
"1.2" ) ]
public class FlowLayout :
LayoutManager
The FlowLayout structure contains only private data and should be accessed using the provided API
Content:
Properties:
- public float column_spacing { get; set; }
The spacing between columns, in pixels; the value of this property is
honoured by horizontal non-overflowing layouts and by vertical overflowing layouts
- public bool homogeneous { get; set; }
Whether each child inside the FlowLayout
should receive the same allocation
- public float max_column_width { get; set; }
Maximum width for each column in the layout, in pixels.
- public float max_row_height { get; set; }
Maximum height for each row in the layout, in pixels.
- public float min_column_width { get; set; }
Minimum width for each column in the layout, in pixels
- public float min_row_height { get; set; }
Minimum height for each row in the layout, in pixels
- public FlowOrientation orientation { get; set construct; }
The orientation of the FlowLayout.
- public float row_spacing { get; set; }
The spacing between rows, in pixels; the value of this property is
honoured by vertical non-overflowing layouts and by horizontal overflowing layouts
- public bool snap_to_grid { get; set; }
Whether the FlowLayout should arrange its
children on a grid
Creation methods:
Methods:
Inherited Members:
All known members inherited from class Clutter.LayoutManager
All known members inherited from class GLib.Object