Skip to main content

Type Alias: GtkFixedProps

GtkFixedProps = WidgetProps & object

Defined in: generated/jsx.ts:4258

Props for the GtkFixed widget.

Type Declaration

NameTypeDescriptionDefined in
children?ReactNode-generated/jsx.ts:4259
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:4265
ref?Ref<Gtk.Fixed>-generated/jsx.ts:4266