Skip to main content

Type Alias: GtkWindowHandleProps

GtkWindowHandleProps = WidgetProps & object

Defined in: generated/jsx.ts:11968

Props for the GtkWindowHandle widget.

Type Declaration

NameTypeDescriptionDefined in
child?Gtk.Widget | nullThe child widget.generated/jsx.ts:11970
children?ReactNode-generated/jsx.ts:11971
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:11977
ref?Ref<Gtk.WindowHandle>-generated/jsx.ts:11978