Type Alias: GtkFlowBoxChildProps
GtkFlowBoxChildProps =
WidgetProps&object
Defined in: generated/jsx.ts:4521
Props for the GtkFlowBoxChild widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
child? | Gtk.Widget | null | The child widget. | generated/jsx.ts:4523 |
children? | ReactNode | - | generated/jsx.ts:4536 |
onActivate()? | (self) => void | null | Emitted when the user activates a child widget in a GtkFlowBox. This can happen either by clicking or double-clicking, or via a keybinding. This is a keybinding signal, but it can be used by applications for their own purposes. The default bindings are Space and Enter. | generated/jsx.ts:4535 |
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:4542 |
ref? | Ref<Gtk.FlowBoxChild> | - | generated/jsx.ts:4543 |