Method

GtkViewportget_child

Declaration [src]

GtkWidget*
gtk_viewport_get_child (
  GtkViewport* viewport
)

Description [src]

Gets the child widget of viewport.

Gets propertyGtk.Viewport:child

Return value

Type: GtkWidget

The child widget of viewport.

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