ApplicationWindow


Object Hierarchy:

Object hierarchy for ApplicationWindow

Description:

[ CCode ( type_id = "adap_application_window_get_type ()" ) ]
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>

`AdapApplicationWindow` is a [class@Gtk.ApplicationWindow] subclass providing the same features as [class@Window].

See [class@Window] for details.

Example of an `AdapApplicationWindow` UI definition:

```xml <object class="AdapApplicationWindow"> <property name="content"> <object class="AdapToolbarView"> <child type="top"> <object class="AdapHeaderBar"/> </child> <property name="content"> <!-- ... --> </property > </object> </property> </object> ```

Using [property@Gtk.Application:menubar] is not supported and may result in visual glitches.


Namespace: Adap
Package: libadapta-1

Content:

Properties:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class Gtk.ApplicationWindow
All known members inherited from class Gtk.Widget
All known members inherited from interface GLib.ActionMap
All known members inherited from interface Gtk.Native
All known members inherited from interface Gtk.Root
All known members inherited from interface Gtk.ShortcutManager