Method

Adw.ApplicationWindow.set_child

Declaration [src]

void
adw_application_window_set_child (
  AdwApplicationWindow* self,
  GtkWidget* child
)

Description [src]

Sets the child widget of self.

This method should always be used instead of gtk_window_set_child().

Available since:1.0

Parameters

child GtkWidget*
 

the child widget

 Can be NULL
 The data is owned by the caller of the function