Method

GtkOverlayget_child

Declaration [src]

GtkWidget*
gtk_overlay_get_child (
  GtkOverlay* overlay
)

Description [src]

Gets the child widget of overlay.

Gets propertyGtk.Overlay:child

Return value

Type: GtkWidget

The child widget of overlay.

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