| 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.
AdwApplicationWindow is a GtkApplicationWindow subclass providing the same features as AdwWindow.
See AdwWindow for details.
Using gtk_application_set_app_menu() and gtk_application_set_menubar() is
not supported and may result in visual glitches.
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