ListBox.getRowAtY

Gets the row at the y position.

class ListBox
getRowAtY
(
int y
)

Parameters

y int

position

Return Value

Type: gtk.list_box_row.ListBoxRow

the row or null in case no row exists for the given y coordinate.