Method

AdapWindowget_content

Declaration [src]

GtkWidget*
adap_window_get_content (
  AdapWindow* self
)

Description [src]

Gets the content widget of self.

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

Gets propertyAdap.Window:content

Return value

Type: GtkWidget

The content widget of self.

The data is owned by the instance.
The return value can be NULL.