Variable: AdwApplicationWindow
constAdwApplicationWindow:"AdwApplicationWindow"
Defined in: generated/jsx.ts:13467
A freeform application window.

AdwApplicationWindow is a Gtk.ApplicationWindow subclass providing
the same features as Window.
See Window for details.
Example of an AdwApplicationWindow UI definition:
<object class="AdwApplicationWindow">
<property name="content">
<object class="AdwToolbarView">
<child type="top">
<object class="AdwHeaderBar"/>
</child>
<property name="content">
<!-- ... -->
</property>
</object>
</property>
</object>
Using Gtk.Application.menubar is not supported and may result in visual glitches.