GluiGridRow.this

class GluiGridRow
this
(
T...
)
if (
is(T[0] : GluiNode) ||
is(T[0] : U[],
U
)
)

Parameters

params BasicNodeParam!i

Standard Glui constructor parameters.

parent GluiGrid

Grid this row will be placed in.

args T

Children to be placed in the row.

Meta