Type Alias: GtkFlowBoxChildProps
GtkFlowBoxChildProps =
WidgetProps&object
Defined in: generated/jsx.ts:3688
Props for the GtkFlowBoxChild widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
child? | Gtk.Widget | null | The child widget. | generated/jsx.ts:3690 |
children? | ReactNode | - | generated/jsx.ts:3703 |
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:3702 |
ref? | Ref<Gtk.FlowBoxChild> | - | generated/jsx.ts:3704 |