Method

GtkWindowHandleget_child

Declaration [src]

GtkWidget*
gtk_window_handle_get_child (
  GtkWindowHandle* self
)

Description [src]

Gets the child widget of self.

Gets propertyGtk.WindowHandle:child

Return value

Returns: GtkWidget
 

The child widget of self.

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