Skip to main content

Type Alias: GtkFlowBoxChildProps

GtkFlowBoxChildProps = WidgetProps & object

Defined in: generated/jsx.ts:4521

Props for the GtkFlowBoxChild widget.

Type Declaration

NameTypeDescriptionDefined in
child?Gtk.Widget | nullThe child widget.generated/jsx.ts:4523
children?ReactNode-generated/jsx.ts:4536
onActivate()?(self) => void | nullEmitted 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 | nullCalled 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