Skip to main content

Type Alias: GtkGridProps

GtkGridProps = WidgetProps & object

Defined in: generated/jsx.ts:3958

Props for the GtkGrid widget.

Type Declaration

NameTypeDescriptionDefined in
baselineRow?numberThe row to align to the baseline when valign is using baseline alignment.generated/jsx.ts:3960
children?ReactNode-generated/jsx.ts:3971
columnHomogeneous?booleanIf %TRUE, the columns are all the same width.generated/jsx.ts:3962
columnSpacing?numberThe amount of space between two consecutive columns.generated/jsx.ts:3964
orientation?Gtk.OrientationThe orientation of the orientable.generated/jsx.ts:3970
ref?Ref<Gtk.Grid>-generated/jsx.ts:3972
rowHomogeneous?booleanIf %TRUE, the rows are all the same height.generated/jsx.ts:3966
rowSpacing?numberThe amount of space between two consecutive rows.generated/jsx.ts:3968