A freeform window.
<picture> <source srcset="window-dark.png" media="(prefers-color-scheme: dark)"> <img src="window.png" alt="window"> </picture>
The `AdwWindow` widget is a subclass of [[email protected]] which has no titlebar area. It means [[email protected]] can be used as follows:
```xml <object class="AdwWindow"> <property name="content"> <object class="GtkBox"> <property name="orientation" >vertical</property> <child> <object class="GtkHeaderBar"/> </child> <child> <!-- ... --> </child> </object> </property> </object> ```
Using [[email protected]_titlebar] and [[email protected]_titlebar] is not supported and will result in a crash.