ListBox.getRowAtIndex

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.

class ListBox
getRowAtIndex
(
int index
)

Parameters

index int

the index of the row

Return Value

Type: gtk.list_box_row.ListBoxRow