Type Alias: GtkGridProps
GtkGridProps =
WidgetProps&object
Defined in: generated/jsx.ts:4868
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:4870 |
children? | ReactNode | - | generated/jsx.ts:4881 |
columnHomogeneous? | boolean | If %TRUE, the columns are all the same width. | generated/jsx.ts:4872 |
columnSpacing? | number | The amount of space between two consecutive columns. | generated/jsx.ts:4874 |
onNotify? | (self, propName) => void | null | Called 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.Orientation | The orientation of the orientable. | generated/jsx.ts:4880 |
ref? | Ref<Gtk.Grid> | - | generated/jsx.ts:4899 |
rowHomogeneous? | boolean | If %TRUE, the rows are all the same height. | generated/jsx.ts:4876 |
rowSpacing? | number | The amount of space between two consecutive rows. | generated/jsx.ts:4878 |