Creates a new adw.application_window.ApplicationWindow for app.
Adds breakpoint to self.
Gets the content widget of self.
Gets the current breakpoint.
Returns a gio.list_model.ListModel that contains the open dialogs of self.
Returns the currently visible dialog in self, if there's one.
Returns this, for use in with statements.
Sets the content widget of self.
Returns this, for use in with statements.
Gets the gtk.shortcuts_window.ShortcutsWindow that is associated with window.
Returns the unique ID of the window.
Returns whether the window will display a menubar for the app menu and menubar as needed.
Associates a shortcuts window with the application window.
Sets whether the window will display a menubar for the app menu and menubar as needed.
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.