Skip to main content

GridLayout

type GridLayout {
w: Int64!
h: Int64!
x: Int64!
y: Int64!
i: String!
minW: Int64
minH: Int64
moved: Boolean
static: Boolean
}

Fields

GridLayout.w ● Int64! non-null scalar

GridLayout.h ● Int64! non-null scalar

GridLayout.x ● Int64! non-null scalar

GridLayout.y ● Int64! non-null scalar

GridLayout.i ● String! non-null scalar

GridLayout.minW ● Int64 scalar

GridLayout.minH ● Int64 scalar

GridLayout.moved ● Boolean scalar

GridLayout.static ● Boolean scalar

Member Of

FormLayout object