Method
AdwApplicationWindowset_content
since: 1.0
Declaration [src]
void
adw_application_window_set_content (
AdwApplicationWindow* self,
GtkWidget* content
)
Description [src]
Sets the content widget of self
.
This method should always be used instead of gtk_window_set_child()
.
Available since: 1.0
Sets property | Adw.ApplicationWindow:content |
Parameters
content
-
Type:
GtkWidget
The content widget.
The argument can be NULL
.The data is owned by the caller of the method.