get_row_at_index
Description:
[
Version ( since =
"3.10" ) ]
public unowned ListBoxRow?
get_row_at_index (
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:
this |
a ListBox
|
index_ |
the index of the row
|
Returns: