Method

GtkExpanderget_child

Declaration [src]

GtkWidget*
gtk_expander_get_child (
  GtkExpander* expander
)

Description [src]

Gets the child widget of expander.

Gets propertyGtk.Expander:child

Return value

Type: GtkWidget

The child widget of expander.

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