Skip to main content

Type Alias: GtkFlowBoxChildProps

GtkFlowBoxChildProps = WidgetProps & object

Defined in: generated/jsx.ts:3688

Props for the GtkFlowBoxChild widget.

Type Declaration

NameTypeDescriptionDefined in
child?Gtk.Widget | nullThe child widget.generated/jsx.ts:3690
children?ReactNode-generated/jsx.ts:3703
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:3702
ref?Ref<Gtk.FlowBoxChild>-generated/jsx.ts:3704