ApplicationWindow
Object Hierarchy:
Description:
public class ApplicationWindow : ApplicationWindow, ActionGroup, ActionMap, Accessible, Buildable, ConstraintTarget, Native, Root, ShortcutManager
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>
`AdwApplicationWindow` is a [class@Gtk.ApplicationWindow] subclass providing the same features as [class@Window].
See [class@Window] for details.
Example of an `AdwApplicationWindow` UI definition:
```xml <object class="AdwApplicationWindow"> <property name="content"> <object class="AdwToolbarView"> <child type="top"> <object class="AdwHeaderBar"/> </child> <property name="content"> <!-- ... --> </property> </object> </property> </object> ```
Using [property@Gtk.Application:menubar] is not supported and may result in visual glitches.