Type Alias: GtkFixedProps
GtkFixedProps =
WidgetProps&object
Defined in: generated/jsx.ts:4258
Props for the GtkFixed widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:4259 |
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:4265 |
ref? | Ref<Gtk.Fixed> | - | generated/jsx.ts:4266 |