Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | adw_application_window_new () |
void | adw_application_window_set_child () |
GtkWidget * | adw_application_window_get_child () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkWindow ╰── GtkApplicationWindow ╰── AdwApplicationWindow
AdwApplicationWindow implements GtkAccessible, GtkBuildable, GtkConstraintTarget, GtkNative, GtkShortcutManager, GtkRoot, GActionGroup and GActionMap.
GtkWidget *
adw_application_window_new (GtkApplication *app
);
Creates a new AdwApplicationWindow for app
.
Since: 1.0
void adw_application_window_set_child (AdwApplicationWindow *self
,GtkWidget *child
);
Sets the child widget of self
.
Since: 1.0
GtkWidget *
adw_application_window_get_child (AdwApplicationWindow *self
);
Gets the child widget of self
.
Since: 1.0