A freeform application window.
<picture> <source srcset="application-window-dark.png" media="(prefers-color-scheme: dark)"> <img src="application-window.png" alt="application-window"> </picture>
`AdapApplicationWindow` is a [class@Gtk.ApplicationWindow] subclass providing the same features as [class@Window].
See [class@Window] for details.
Example of an `AdapApplicationWindow` UI definition:
```xml <object class="AdapApplicationWindow"> <property name="content"> <object class="AdapToolbarView"> <child type="top"> <object class="AdapHeaderBar"/> </child> <property name="content"> <!-- ... --> </property > </object> </property> </object> ```
Using [property@Gtk.Application:menubar] is not supported and may result in visual glitches.