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

the child gtk.Widget or NULL

Meta

Since

3.10