Method

GtkBinget_child

Declaration [src]

GtkWidget*
gtk_bin_get_child (
  GtkBin* bin
)

Description [src]

Gets the child of the GtkBin, or NULL if the bin contains no child widget. The returned widget does not have a reference added, so you do not need to unref it.

Return value

Type: GtkWidget

The child of bin, or NULL if it does not have a child.

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