get_row_at_index


Description:

public unowned ListBoxRow? get_row_at_index (int index_)

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.

Parameters:

this

a `GtkListBox`

index_

the index of the row

Returns:

the child `GtkWidget`