Skip to main content

Type Alias: AdwApplicationWindowProps

AdwApplicationWindowProps = Omit<GtkApplicationWindowProps, "onNotify"> & object

Defined in: generated/jsx.ts:1627

Props for the AdwApplicationWindow widget.

Type Declaration

NameTypeDescriptionDefined in
adaptivePreview?booleanWhether adaptive preview is currently open. Adaptive preview is a debugging tool used for testing the window contents at specific screen sizes, simulating mobile environment. Adaptive preview can always be accessed from inspector. This function allows applications to open it manually. Most applications should not use this property.generated/jsx.ts:1639
children?ReactNode-generated/jsx.ts:1646
content?Gtk.Widget | nullThe content widget. This property should always be used instead of Window.child.generated/jsx.ts:1645
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:1652
ref?Ref<Adw.ApplicationWindow>-generated/jsx.ts:1653