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>
adw.application_window.ApplicationWindow is a gtk.application_window.ApplicationWindow subclass providing the same features as class@Window.
See class@Window for details.
Example of an adw.application_window.ApplicationWindow 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.Application.Gio.MenuModel is not supported and may result in visual glitches.
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>
adw.application_window.ApplicationWindow is a gtk.application_window.ApplicationWindow subclass providing the same features as class@Window.
See class@Window for details.
Example of an adw.application_window.ApplicationWindow UI definition:
Using gtk.application.Application.Gio.MenuModel is not supported and may result in visual glitches.