Class

AdwApplicationWindow

Description [src]

class Adw.ApplicationWindow : Gtk.ApplicationWindow {
  parent_instance: GtkApplicationWindow
}

A freeform application window.

application-window

AdwApplicationWindow is a GtkApplicationWindow subclass providing the same features as AdwWindow.

See AdwWindow for details.

Using GtkApplication:menubar is not supported and may result in visual glitches.

Available since:1.0

Hierarchy

hierarchy this AdwApplicationWindow implements_0 GActionGroup this--implements_0 implements_1 GActionMap this--implements_1 implements_2 GtkAccessible this--implements_2 implements_3 GtkBuildable this--implements_3 implements_4 GtkConstraintTarget this--implements_4 implements_5 GtkNative this--implements_5 implements_6 GtkRoot this--implements_6 implements_7 GtkShortcutManager this--implements_7 ancestor_0 AdwApplicationWindow ancestor_0--this ancestor_1 AdwWindow ancestor_1--ancestor_0 ancestor_2 GtkWidget ancestor_2--ancestor_1 ancestor_3 GInitiallyUnowned ancestor_3--ancestor_2 ancestor_4 GObject ancestor_4--ancestor_3

Constructors

adw_application_window_new

Creates a new AdwApplicationWindow for app.

Available since: 1.0

Instance methods

adw_application_window_get_content

Gets the content widget of self.

Available since: 1.0

adw_application_window_set_content

Sets the content widget of self.

Available since: 1.0

Methods inherited from AdwApplicationWindow (2)
adw_application_window_get_content

Gets the content widget of self.

Available since: 1.0

adw_application_window_set_content

Sets the content widget of self.

Available since: 1.0

Methods inherited from AdwWindow (2)
adw_window_get_content

Gets the content widget of self.

Available since: 1.0

adw_window_set_content

Sets the content widget of self.

Available since: 1.0

Methods inherited from GtkWidget (159)
Methods inherited from GObject (43)

Properties

Adw.ApplicationWindow:content

The content widget.

Available since: 1.0

Properties inherited from AdwApplicationWindow (1)
Adw.ApplicationWindow:content

The content widget.

Available since: 1.0

Properties inherited from AdwWindow (1)
Adw.Window:content

The content widget.

Available since: 1.0

Properties inherited from GtkWidget (34)

Signals

Signals inherited from GtkWidget (13)
Signals inherited from GObject (1)

Class structure

struct AdwApplicationWindowClass {
  GtkApplicationWindowClass parent_class;
  
}
Class members
parent_class
GtkApplicationWindowClass
  No description available.