Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

column_spacing?: number

The spacing between columns, in pixels; the value of this property is honoured by horizontal non-overflowing layouts and by vertical overflowing layouts

homogeneous?: boolean

Whether each child inside the #ClutterFlowLayout should receive the same allocation

max_column_width?: number

Maximum width for each column in the layout, in pixels. If set to -1 the width will be the maximum child width

max_row_height?: number

Maximum height for each row in the layout, in pixels. If set to -1 the width will be the maximum child height

min_column_width?: number

Minimum width for each column in the layout, in pixels

min_row_height?: number

Minimum height for each row in the layout, in pixels

orientation?: FlowOrientation

The orientation of the #ClutterFlowLayout. The children of the layout will be layed out following the orientation.

This property also controls the overflowing directions

row_spacing?: number

The spacing between rows, in pixels; the value of this property is honoured by vertical non-overflowing layouts and by horizontal overflowing layouts

snap_to_grid?: boolean

Whether the #ClutterFlowLayout should arrange its children on a grid

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method