Method

GtkFlowBoxget_child_at_index

since: 3.12

Declaration [src]

GtkFlowBoxChild*
gtk_flow_box_get_child_at_index (
  GtkFlowBox* box,
  gint idx
)

Description [src]

Gets the nth child in the box.

Available since: 3.12

Parameters

idx

Type: gint

The position of the child.

Return value

Type: GtkFlowBoxChild

The child widget, which will always be a GtkFlowBoxChild or NULL in case no child widget with the given index exists.

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