Skip to main content

Type Alias: GtkGridProps

GtkGridProps = WidgetProps & object

Defined in: generated/jsx.ts:4868

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:4870
children?ReactNode-generated/jsx.ts:4881
columnHomogeneous?booleanIf %TRUE, the columns are all the same width.generated/jsx.ts:4872
columnSpacing?numberThe amount of space between two consecutive columns.generated/jsx.ts:4874
onNotify?(self, propName) => void | nullCalled when any property on this widget changes. Param The widget that emitted the notification Param The name of the property that changed (in kebab-case)generated/jsx.ts:4887
orientation?Gtk.OrientationThe orientation of the orientable.generated/jsx.ts:4880
ref?Ref<Gtk.Grid>-generated/jsx.ts:4899
rowHomogeneous?booleanIf %TRUE, the rows are all the same height.generated/jsx.ts:4876
rowSpacing?numberThe amount of space between two consecutive rows.generated/jsx.ts:4878