Type Alias: GtkBoxProps
GtkBoxProps =
WidgetProps&object
Defined in: generated/jsx.ts:1708
Props for the GtkBox widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
baselineChild? | number | The position of the child that determines the baseline. This is only relevant if the box is in vertical orientation. | generated/jsx.ts:1714 |
baselinePosition? | Gtk.BaselinePosition | How to position baseline-aligned widgets if extra space is available. | generated/jsx.ts:1716 |
children? | ReactNode | - | generated/jsx.ts:1723 |
homogeneous? | boolean | Whether the children should all be the same size. | generated/jsx.ts:1718 |
orientation? | Gtk.Orientation | The orientation of the orientable. | generated/jsx.ts:1722 |
ref? | Ref<Gtk.Box> | - | generated/jsx.ts:1724 |
spacing? | number | The amount of space between children. | generated/jsx.ts:1720 |