ListBox.getRowAtIndex

gtk.list_box_row.ListBoxRow getRowAtIndex(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

indexthe index of the row

Returns

the child [gtk.widget.Widget]