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 GtkWidget or %NULL

Meta