Method

PanelPanedget_nth_child

Declaration [src]

GtkWidget*
panel_paned_get_nth_child (
  PanelPaned* self,
  guint nth
)

Description [src]

Gets the child at position nth.

Parameters

nth

Type: guint

The child position.

Return value

Type: GtkWidget

A GtkWidget or NULL.

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