Method
AdapApplicationWindowset_content
Declaration [src]
void
adap_application_window_set_content (
AdapApplicationWindow* self,
GtkWidget* content
)
Description [src]
Sets the content widget of self.
This method should always be used instead of gtk_window_set_child().
| Sets property | Adap.ApplicationWindow:content |
Parameters
content-
Type:
GtkWidgetThe content widget.
The argument can be NULL.The data is owned by the caller of the method.