ApplicationWindow
A freeform application window.
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:
<object class="AdwApplicationWindow">
<property name="content">
<object class="AdwToolbarView">
<child type="top">
<object class="AdwHeaderBar"/>
</child>
<property name="content">
<!-- ... -->
</property>
</object>
</property>
</object>
Content copied to clipboard
Using property@Gtk.Application:menubar is not supported and may result in visual glitches.
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
The current breakpoint.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The currently visible dialog
Functions
Link copied to clipboard
Adds @breakpoint to @self.
Link copied to clipboard
Gets the content widget of @self.
Link copied to clipboard
Gets the current breakpoint.
Link copied to clipboard
Returns a iface@Gio.ListModel that contains the open dialogs of @self.
Link copied to clipboard
Returns the currently visible dialog in @self, if there's one.
Link copied to clipboard
Sets the content widget of @self.