Method

GtkPanedget_child2

since: 2.4

Declaration [src]

GtkWidget*
gtk_paned_get_child2 (
  GtkPaned* paned
)

Description [src]

Obtains the second child of the paned widget.

Available since: 2.4

Return value

Type: GtkWidget

Second child, or NULL if it is not set.

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