Type Alias: GtkGridProps
GtkGridProps =
WidgetProps&object
Defined in: generated/jsx.ts:3958
Props for the GtkGrid widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
baselineRow? | number | The row to align to the baseline when valign is using baseline alignment. | generated/jsx.ts:3960 |
children? | ReactNode | - | generated/jsx.ts:3971 |
columnHomogeneous? | boolean | If %TRUE, the columns are all the same width. | generated/jsx.ts:3962 |
columnSpacing? | number | The amount of space between two consecutive columns. | generated/jsx.ts:3964 |
orientation? | Gtk.Orientation | The orientation of the orientable. | generated/jsx.ts:3970 |
ref? | Ref<Gtk.Grid> | - | generated/jsx.ts:3972 |
rowHomogeneous? | boolean | If %TRUE, the rows are all the same height. | generated/jsx.ts:3966 |
rowSpacing? | number | The amount of space between two consecutive rows. | generated/jsx.ts:3968 |