ListBox.getRowAtIndex

Gets the n:th child in the list (not counting headers).

class ListBox
getRowAtIndex
(
int index
)

Parameters

index int

the index of the row

Return Value

the child GtkWidget. [transfer none] Since 3.10

Meta