Method

GtkFrameget_child

Declaration [src]

GtkWidget*
gtk_frame_get_child (
  GtkFrame* frame
)

Description [src]

Gets the child widget of frame.

Gets propertyGtk.Frame:child

Return value

Type: GtkWidget

The child widget of frame.

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