Skip to main content

Type Alias: AdwApplicationWindowProps

AdwApplicationWindowProps = GtkApplicationWindowProps & object

Defined in: generated/jsx.ts:1412

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:1424
children?ReactNode-generated/jsx.ts:1431
content?Gtk.Widget | nullThe content widget. This property should always be used instead of Window.child.generated/jsx.ts:1430
ref?Ref<Adw.ApplicationWindow>-generated/jsx.ts:1432