Method
GtkListBoxget_row_at_y
since: 3.10
Declaration [src]
GtkListBoxRow*
gtk_list_box_get_row_at_y (
GtkListBox* box,
gint y
)
Return value
Type: GtkListBoxRow
The row or NULL
in case no row exists for the given y coordinate.
The returned data is owned by the instance. |
The return value can be NULL . |