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 #GtkWidget or null