FlowLayout
Object Hierarchy:
Description:
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 { set; get; }
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 { set; get; }
Whether each child inside the FlowLayout should
receive the same allocation
- public float max_column_width { set; get; }
Maximum width for each column in the layout, in pixels.
- public float max_row_height { set; get; }
Maximum height for each row in the layout, in pixels.
- public float min_column_width { set; get; }
Minimum width for each column in the layout, in pixels
- public float min_row_height { set; get; }
Minimum height for each row in the layout, in pixels
- public FlowOrientation orientation { construct set; get; }
The orientation of the FlowLayout.
- public float row_spacing { set; get; }
The spacing between rows, in pixels; the value of this property is honoured
by vertical non-overflowing layouts and by horizontal overflowing layouts
Creation methods:
Methods:
Inherited Members:
All known members inherited from class Clutter.LayoutManager
All known members inherited from class GLib.Object