Method

GtkListBoxget_row_at_y

since: 3.10

Declaration [src]

GtkListBoxRow*
gtk_list_box_get_row_at_y (
  GtkListBox* box,
  gint y
)

Description [src]

Gets the row at the y position.

Available since: 3.10

Parameters

y

Type: gint

Position.

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.