FlowLayout
Object Hierarchy:
Description:
The FlowLayout structure contains only private data and should be accessed using the
provided API
Namespace: Clutter
Package: clutter-1.0
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. If set to -1 the width will be the maximum child
width
-
public float max_row_height { set; get; }
Maximum height for each row in the layout, in pixels. If set to -1 the width will be the maximum child
height
-
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. The children of
the layout will be layed out following the orientation.
-
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: