Method

GtkListBoxget_row_at_index

since: 3.10

Declaration [src]

GtkListBoxRow*
gtk_list_box_get_row_at_index (
  GtkListBox* box,
  gint index_
)

Description [src]

Gets the n-th child in the list (not counting headers). If _index is negative or larger than the number of items in the list, NULL is returned.

Available since: 3.10

Parameters

index_

Type: gint

The index of the row.

Return value

Type: GtkListBoxRow

The child GtkWidget or NULL.

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