[ Version ( since = "3.10" ) ]
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.
| this |
a `GtkListBox` |
| index_ |
the index of the row |
|
the child `GtkWidget` |