Method

GtkWindowget_child

Declaration [src]

GtkWidget*
gtk_window_get_child (
  GtkWindow* window
)

Description [src]

Gets the child widget of window.

Gets propertyGtk.Window:child

Return value

Type: GtkWidget

The child widget of window.

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