GridRow.this

  1. this(BasicNodeParam!i params, Grid parent, T args)
  2. this(NodeParams params, Grid parent, T args)
    class GridRow

Parameters

params NodeParams

Standard Fluid constructor parameters.

parent Grid

Grid this row will be placed in.

args T

Children to be placed in the row.

Meta